Start supporting the French language
This commit is contained in:
parent
0f45ccbc39
commit
38cbe3201b
2 changed files with 56 additions and 8 deletions
|
@ -8,7 +8,8 @@ import Anilist from "./infos/Anilist";
|
|||
|
||||
function Infos() {
|
||||
return (
|
||||
<div className="h-full fixed right-0 overflow-y-auto border-l-3 border-white border-solid bg-gradient-to-r from-sky-600 to-indigo-600 text-white inline-block static">
|
||||
<div className="hidden md:inline-block text-white static m-auto md:bg-gradient-to-r from-sky-600 to-indigo-600
|
||||
border-solid border-white md:border-l-3 h-screen md:fixed md:right-0 md:overflow-y-auto">
|
||||
<Lastfm/>
|
||||
<Speedruncom/>
|
||||
<Git/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue