Feat: theme switching
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Props } from "astro";
|
||||
|
||||
interface SettingsProps extends Props {
|
||||
active: 'appearance' | 'credits' | 'links' | 'proxy';
|
||||
title: string;
|
||||
}
|
||||
|
||||
type DropdownOptions = {
|
||||
|
||||
Reference in New Issue
Block a user