mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-06 04:49:40 +05:00
frontend: fix linted errors
This commit is contained in:
parent
9e75a0783c
commit
58ed4007df
9 changed files with 46 additions and 14 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
import { usePathname } from "next/navigation";
|
||||
import Link from "next/link";
|
||||
import Image from "next/image";
|
||||
|
||||
export const NavigationRail = (props) => {
|
||||
const pathname = usePathname();
|
||||
|
@ -37,7 +38,7 @@ export const NavigationRail = (props) => {
|
|||
return (
|
||||
<nav className="left">
|
||||
<button className="circle transparent ">
|
||||
<img className="responsive" src="/favicon.ico"></img>
|
||||
<Image className="responsive" src="/favicon.ico" alt="Ваш профиль" />
|
||||
</button>
|
||||
|
||||
{items.map((item) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue