Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-benny committed Oct 25, 2024
1 parent 07d39ae commit acf5065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/lib/settings.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import { persisted } from 'svelte-local-storage-store';

export const themes = ['halloween', 'autumn', 'dracula', 'cartabinaria_light', 'cartabinaria_dark'] as const;
export const themes = [
'halloween',
'autumn',
'dracula',
'cartabinaria_light',
'cartabinaria_dark'
] as const;
type Theme = (typeof themes)[number];

export const DEFAULT_COURSE_KEY = 'default';
Expand Down
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
<h1 class="text-4xl font-semibold text-center">Risorse</h1>
<h3 class="text-2 font-semibold text-center">
Materiali di studio condivisi e creati da studenti per studenti, gestiti da <span
class="underline"><a href="https://cartabinaria.students.cs.unibo.it">CartaBinaria</a></span
class="underline"
><a href="https://cartabinaria.students.cs.unibo.it">CartaBinaria</a></span
>
</h3>
</div>
Expand Down

0 comments on commit acf5065

Please sign in to comment.