mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
run prettier on all svelte files
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
<a
|
||||
href="/"
|
||||
class="text-text no-underline flex items-center gap-2">
|
||||
<img src="/logo.png" alt="Project Segfault logo" class="w-7">
|
||||
class="text-text no-underline flex items-center gap-2"
|
||||
>
|
||||
<img
|
||||
src="/logo.png"
|
||||
alt="Project Segfault logo"
|
||||
class="w-7"
|
||||
/>
|
||||
Project Segfault</a
|
||||
>
|
||||
|
@ -16,7 +16,7 @@
|
||||
text: "Wiki",
|
||||
external: true
|
||||
},
|
||||
{ href: "/blog", text: "Blog"},
|
||||
{ href: "/blog", text: "Blog" },
|
||||
{
|
||||
href: "https://status.projectsegfau.lt/",
|
||||
text: "Status",
|
||||
|
Reference in New Issue
Block a user