Skip to content

Commit 661c475

Browse files
Merge pull request #18 from AndronixApp/dev
added status ping animation on the footer
2 parents 8ff44c0 + 5a3abb1 commit 661c475

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

components/global/footer.vue

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="flex-col space-y-2 col-span-2">
2929
<p class="pb-2 font-bold text-sm uppercase text-center md:text-left text-gray-400">Reach out to us</p>
3030
<div class="flex space-x-5 justify-self-center justify-center items-center md:justify-start">
31-
<a target="_blank" href="https://git.andronix.app">
31+
<a target="_blank" href="https://git.andronix.app">
3232
<svg
3333
class="w-5 fill-current text-gray-400 transform transition hover:text-black duration-200 hover:scale-110"
3434
viewBox="0 0 24 24"
@@ -39,7 +39,7 @@
3939
/>
4040
</svg>
4141
</a>
42-
<a target="_blank" href="https://patreon.com/andronixapp">
42+
<a target="_blank" href="https://patreon.com/andronixapp">
4343
<svg
4444
class="w-5 fill-current text-gray-400 transform transition hover:text-red-600 duration-200 hover:scale-110"
4545
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
@@ -49,7 +49,7 @@
4949
/>
5050
</svg>
5151
</a>
52-
<a target="_blank" href="https://forum.andronix.app">
52+
<a target="_blank" href="https://forum.andronix.app">
5353
<svg
5454
class="w-5 fill-current text-gray-400 transform transition hover:text-yellow-500 duration-200 hover:scale-110"
5555
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
@@ -59,7 +59,7 @@
5959
/>
6060
</svg>
6161
</a>
62-
<a target="_blank" href="https://chat.andronix.app">
62+
<a target="_blank" href="https://chat.andronix.app">
6363
<svg
6464
class="w-5 fill-current text-gray-400 transform transition hover:text-purple-500 duration-200 hover:scale-110"
6565
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
@@ -180,12 +180,10 @@
180180
<a target="_blank" href="https://status.andronix.app"
181181
class="mt-4 transition transform hover:-translate-y-0.5 duration-200 cursor-pointer underline font-bold text-gray-200 flex justify-center items-center space-x-3">
182182
<p>Services Status</p>
183-
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-green-500 fill-current" viewBox="0 0 20 20"
184-
fill="currentColor">
185-
<path fill-rule="evenodd"
186-
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"
187-
clip-rule="evenodd"/>
188-
</svg>
183+
<div>
184+
<p class="w-3 h-3 rounded-full bg-green-400 animate-ping"></p>
185+
<p class="w-3 h-3 -mt-3 absolute z-10 rounded-full bg-green-400"></p>
186+
</div>
189187
</a>
190188

191189
</div>

0 commit comments

Comments
 (0)