Skip to content

Commit df3b6bd

Browse files
committed
Add Status Badge
1 parent d5e7ba3 commit df3b6bd

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

src/components/shared/Footer.astro

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ const quickLinks = [
77
88
const resources = [
99
{ href: "https://blog.kodular.io", icon: "fas fa-blog", label: "Blog", external: true },
10-
{ href: "https://status.kodular.io", icon: "fas fa-server", label: "Status", external: true },
11-
{ href: "https://translate.kodular.io", icon: "fas fa-language", label: "Translate", external: true }
10+
{ href: "https://status.kodular.io", icon: "fas fa-server", label: "Status", external: true }
1211
];
1312
1413
const companyLinks = [
@@ -90,9 +89,19 @@ const socialLinks = [
9089
</a>
9190
</li>
9291
))}
92+
<li>
93+
<iframe
94+
src="https://kodular.instatus.com/embed-status/65700731/light-sm"
95+
width="230"
96+
height="61"
97+
frameborder="0"
98+
scrolling="no"
99+
style="border: none;"
100+
></iframe>
101+
</li>
93102
</ul>
94103
</div>
95-
104+
96105
<!-- Company column -->
97106
<div class="space-y-6">
98107
<h3 class="text-lg font-bold text-gray-900 border-b-2 border-primary-500 pb-2">Company</h3>
@@ -153,13 +162,13 @@ const socialLinks = [
153162
&copy; {new Date().getFullYear()} Kodular. All rights reserved.
154163
</p>
155164
<div class="flex flex-wrap justify-center sm:justify-end gap-4">
156-
<a
165+
<a
157166
href="https://policies.kodular.io/privacy/"
158167
class="hover:text-primary-600 transition-colors duration-200"
159168
>
160169
Privacy Policy
161170
</a>
162-
<a
171+
<a
163172
href="https://policies.kodular.io/terms/"
164173
class="hover:text-primary-600 transition-colors duration-200"
165174
>

0 commit comments

Comments
 (0)