mirror of https://github.com/VERT-sh/VERT.git
parent
a048225c8b
commit
e515e67c44
|
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en" class="%theme%">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%sveltekit.assets%/favicon.webp" />
|
<link rel="icon" href="%sveltekit.assets%/favicon.webp" />
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
<div class="flex justify-end">
|
<div class="flex justify-end">
|
||||||
<button
|
<button
|
||||||
onclick={save}
|
onclick={save}
|
||||||
class="w-fit btn px-6 py-4 rounded-3xl bg-accent text-black flex items-center justify-center"
|
class="w-fit btn px-6 py-4 bg-accent text-black flex items-center justify-center"
|
||||||
>
|
>
|
||||||
<SaveAllIcon size="24" class="inline-block mr-2" />
|
<SaveAllIcon size="24" class="inline-block mr-2" />
|
||||||
Save
|
Save
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue