mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 15:22:52 +01:00
feat: sticky navbar and sidebar, minor fixes
(cherry picked from commit cd3c1444ab72dbab172f9135f293b29ac5eee14e)
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
---
|
||||
|
||||
import {getConfig} from "../utils/config-utils";
|
||||
|
||||
---
|
||||
|
||||
<div class="card-base max-w-[var(--page-width)] min-h-[72px] rounded-b-none mx-auto flex items-center px-6">
|
||||
<div class="text-black/50 dark:text-white/50 text-sm">
|
||||
© 2023 Author. All Rights Reserved.
|
||||
© 2023 {getConfig().profile.author}. All Rights Reserved.
|
||||
<br>
|
||||
Powered by Vivia
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user