Skip to content

Commit

Permalink
pretti-ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Sep 1, 2024
1 parent beadd0f commit acf747c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Website/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Dawnshard server emulator for Dragalia Lost"/>
<meta name="description" content="Dawnshard server emulator for Dragalia Lost" />
<meta property="og:title" content="Dawnshard" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Dawnshard server emulator for Dragalia Lost" />
Expand Down
2 changes: 1 addition & 1 deletion Website/src/app.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
height: 2.5rem;
background-color: hsl(var(--background));
padding: 0.5rem;
@apply rounded-md border border-input text-sm disabled:cursor-not-allowed disabled:opacity-50
@apply rounded-md border border-input text-sm disabled:cursor-not-allowed disabled:opacity-50;
}
}
2 changes: 1 addition & 1 deletion Website/src/lib/translations/en/time-attack.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,4 +1336,4 @@
"340000133": "({{element}} & {{weaponType}}) Lucky Hitter I",
"340000134": "({{element}} & {{weaponType}}) Hasty Hitter I"
}
}
}

0 comments on commit acf747c

Please sign in to comment.