squash and nuke dev
This commit is contained in:
parent
b2d43ad425
commit
f26e76c114
93 changed files with 33827 additions and 7831 deletions
|
|
@ -2,6 +2,7 @@
|
|||
import matrixLogo from "@icons/matrix-logo.svg?raw";
|
||||
import discordLogo from "@icons/discord-logo.svg?raw";
|
||||
import gitLogo from "@icons/git-logo.svg?raw";
|
||||
import ThemeToggle from "./ThemeToggle.astro";
|
||||
|
||||
interface Props {
|
||||
class?: string;
|
||||
|
|
@ -9,6 +10,7 @@ interface Props {
|
|||
|
||||
const props = Astro.props;
|
||||
---
|
||||
|
||||
<footer class=`${props.class ?? ""}`>
|
||||
<div class="credits">
|
||||
<p class="hint">Brought to you by:</p>
|
||||
|
|
@ -18,6 +20,7 @@ const props = Astro.props;
|
|||
and our contributors
|
||||
</a>
|
||||
</div>
|
||||
<ThemeToggle />
|
||||
<div class="socials-changelog">
|
||||
<section class="socials">
|
||||
<a href="https://matrix.to/#/#quickshell:outfoxxed.me" target="_blank" aria-label="Join our matrix space">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue