fix: change icon paths to _static
This commit is contained in:
@@ -30,7 +30,7 @@ export default function Shortcuts({
|
||||
<Image
|
||||
alt="Chevron Icon"
|
||||
height={20}
|
||||
src="/chevron.svg"
|
||||
src="/_static/icons/chevron.svg"
|
||||
width={20}
|
||||
/>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user