Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
format files
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed Nov 3, 2023
1 parent 8b6dcb8 commit 5eb592a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/elements/pages/dev/user/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class SettingsPage extends LitElement {
{},
{
thirdPartyData: ls.getBoolean('third-party-data', true),
collectData: ls.getBoolean('collect-data', true),
collectData: ls.getBoolean('collect-data', true)
}
);

Expand Down
17 changes: 9 additions & 8 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,14 +476,15 @@ export namespace responses {
<div class="text-center fixed w-full h-32 m-auto left-0 right-0 top-0 bottom-0">
<h1 class="text-red-500 font-bold text-8xl pr-2">404</h1>
<h4 class="pb-4 font-semibold">Page Not Found</h4>
<stylized-button
class="mx-auto"
right-icon="solid/arrow-right"
color=${tailwind_palette['raised-bg']}
border-color=${tailwind_palette['raised-bg-border-color']}
border-width=".75px"
href=${routes.home.build({})}
>Go Home</stylized-button>
<stylized-button
class="mx-auto"
right-icon="solid/arrow-right"
color=${tailwind_palette['raised-bg']}
border-color=${tailwind_palette['raised-bg-border-color']}
border-width=".75px"
href=${routes.home.build({})}
>Go Home</stylized-button
>
</div>
`
};
Expand Down

0 comments on commit 5eb592a

Please sign in to comment.