diff --git a/src/views/myHome/size1440/index.vue b/src/views/myHome/size1440/index.vue index 9dc67d8..4c66335 100644 --- a/src/views/myHome/size1440/index.vue +++ b/src/views/myHome/size1440/index.vue @@ -215,13 +215,13 @@ const isInView = ref(false); let observer = null; const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]); diff --git a/src/views/myHome/size1920/index.vue b/src/views/myHome/size1920/index.vue index 8fc6b2e..7f3cbb2 100644 --- a/src/views/myHome/size1920/index.vue +++ b/src/views/myHome/size1920/index.vue @@ -201,13 +201,13 @@ const sampleDate = ref(formatted); const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]); diff --git a/src/views/myHome/size375/index.vue b/src/views/myHome/size375/index.vue index 7e0aa2b..4803996 100644 --- a/src/views/myHome/size375/index.vue +++ b/src/views/myHome/size375/index.vue @@ -213,13 +213,13 @@ const isInView = ref(false); let observer = null; const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]); diff --git a/src/views/myHome/size768/index.vue b/src/views/myHome/size768/index.vue index 6734da2..6ff30b7 100644 --- a/src/views/myHome/size768/index.vue +++ b/src/views/myHome/size768/index.vue @@ -241,13 +241,13 @@ onMounted(() => { }); const newList = ref([ { - time: "May 30, 2025", - title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", + time: "2 June, 2025", + title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", router: "/news", }, { - time: "2 June, 2025", - title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ", + time: "May 30, 2025", + title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", router: "/news", }, ]);