mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-06 04:49:40 +05:00
frontend: fix <Image />
This commit is contained in:
parent
58ed4007df
commit
a03deddbc0
6 changed files with 69 additions and 70 deletions
|
@ -38,7 +38,13 @@ export const NavigationRail = (props) => {
|
|||
return (
|
||||
<nav className="left">
|
||||
<button className="circle transparent ">
|
||||
<Image className="responsive" src="/favicon.ico" alt="Ваш профиль" />
|
||||
<Image
|
||||
className="responsive"
|
||||
src="/favicon.ico"
|
||||
alt="Ваш профиль"
|
||||
width="64"
|
||||
height="64"
|
||||
/>
|
||||
</button>
|
||||
|
||||
{items.map((item) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue