mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
refactor: formatting
This commit is contained in:
parent
2b46265564
commit
0e83c8b051
5 changed files with 35 additions and 26 deletions
|
@ -6,4 +6,4 @@ export { default as TailwindIndicator } from './tailwind-indicator.svelte';
|
|||
export { default as ModeToggle } from './mode-toggle.svelte';
|
||||
export { default as Particles } from './particles.svelte';
|
||||
|
||||
export * from './icons';
|
||||
export * from './icons';
|
||||
|
|
|
@ -5,7 +5,10 @@
|
|||
<footer class="container py-6">
|
||||
<div class="space-y-1">
|
||||
<p class="text-center text-sm text-muted-foreground">
|
||||
© {new Date().getFullYear()} — <a href={siteConfig.links.gitHubProject} target="_blank">{siteConfig.name}</a> by <a href={siteConfig.links.gitHubProfile} target="_blank">{siteConfig.author}</a>. Licensed GPL-3.0.
|
||||
© {new Date().getFullYear()} —
|
||||
<a href={siteConfig.links.gitHubProject} target="_blank">{siteConfig.name}</a>
|
||||
by <a href={siteConfig.links.gitHubProfile} target="_blank">{siteConfig.author}</a>. Licensed
|
||||
GPL-3.0.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue