Skip to content

Commit

Permalink
[update] changing favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Jun 5, 2022
1 parent 0fd25b7 commit 6e0c0de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/common/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Footer = () => {
<div className="space-x-8 flex flex-row">
<a className="opacity-40 text-black hover:opacity-70 transition" target="_blank" rel="noreferrer" href="https://github.com/Animenosekai/translate">GitHub</a>
<div className="flex flex-row opacity-40 hover:opacity-70 transition cursor-pointer">
<select value={strings.language} className="appearance-none bg-transparent outline-none pr-5 z-[1] cursor-pointer" name="language" onChange={ev => setLanguage(ev.target.value)}>
<select value={strings.language} className="appearance-none bg-transparent outline-none pr-6 z-[1] cursor-pointer" name="language" onChange={ev => setLanguage(ev.target.value)}>
{
Object.keys(localizations).map((lang, key) => {
return <option value={lang} key={key}>{(new localizations[lang]()).name}</option>
Expand Down
Binary file modified website/public/favicon.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions website/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e0c0de

Please sign in to comment.