fix myhome
This commit is contained in:
parent
7eb791d38e
commit
0971e78597
@ -68,7 +68,8 @@
|
||||
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
|
||||
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
|
||||
<p
|
||||
class="text-decoration-underline cursor-pointer"
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink('/news')"
|
||||
>
|
||||
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
|
||||
@ -548,7 +549,4 @@ const handleLink = (link) => {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
.text-decoration-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
@ -66,9 +66,11 @@
|
||||
<!-- <div class="news-date">De 15. 2023</div> -->
|
||||
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
|
||||
|
||||
<p>May 30, 2025 [Time] EDT</p>
|
||||
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
|
||||
|
||||
<p
|
||||
class="text-decoration-underline cursor-pointer"
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink('/news')"
|
||||
>
|
||||
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
|
||||
@ -548,7 +550,4 @@ const handleLink = (link) => {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
.text-decoration-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
@ -66,9 +66,10 @@
|
||||
<div class="news-card">
|
||||
<!-- <div class="news-date">De 15. 2023</div> -->
|
||||
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
|
||||
<p>May 30, 2025 [Time] EDT</p>
|
||||
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
|
||||
<p
|
||||
class="text-decoration-underline cursor-pointer"
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink('/news')"
|
||||
>
|
||||
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
|
||||
@ -556,7 +557,4 @@ const handleLink = (link) => {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
.text-decoration-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
@ -66,9 +66,10 @@
|
||||
<div class="news-card">
|
||||
<!-- <div class="news-date">De 15. 2023</div> -->
|
||||
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
|
||||
<p>May 30, 2025 [Time] EDT</p>
|
||||
<p style="font-size: 18px">May 30, 2025 [Time] EDT</p>
|
||||
<p
|
||||
class="text-decoration-underline cursor-pointer"
|
||||
style="font-size: 18px"
|
||||
class="cursor-pointer"
|
||||
@click="handleLink('/news')"
|
||||
>
|
||||
FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock Market
|
||||
@ -558,7 +559,4 @@ const handleLink = (link) => {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
.text-decoration-underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user