Skip to content

Commit

Permalink
feat(view): logout, docs buttin alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Jun 10, 2024
1 parent 3933912 commit 0a6a477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/view.templ
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ templ page(title string) {
<a class={ classButtonBase, "text-lg", "ml-auto", "hover:text-gray-500" } href="https://sgs-docs.snucse.org">
Docs
</a>
<a class={ classButtonBase, "text-lg", "ml-auto", "hover:text-gray-500" } href="/auth/logout">
<a class={ classButtonBase, "text-lg", "ml-4", "hover:text-gray-500" } href="/auth/logout">
Log out
</a>
<a class={ classButtonPrimary, "ml-4" } href="/request">
Expand Down
2 changes: 1 addition & 1 deletion view/view_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a6a477

Please sign in to comment.