Redesign about page

This commit is contained in:
Somrat
2026-01-18 14:55:47 +06:00
parent c67854c9c9
commit 75732ed073
8 changed files with 30 additions and 12 deletions
+8
View File
@@ -116,6 +116,10 @@ const { pathname } = Astro.url;
<a
class="btn btn-outline-primary btn-sm"
href={navigation_button.link}
target={
navigation_button.link.startsWith("http") ? "_blank" : "_self"
}
rel={navigation_button.link.startsWith("http") ? "noopener" : ""}
>
{navigation_button.label}
</a>
@@ -141,6 +145,10 @@ const { pathname } = Astro.url;
<a
class="btn btn-outline-primary btn-sm hidden lg:inline-block"
href={navigation_button.link}
target={
navigation_button.link.startsWith("http") ? "_blank" : "_self"
}
rel={navigation_button.link.startsWith("http") ? "noopener" : ""}
>
{navigation_button.label}
</a>