feat: add initial rendering of Account page data
This commit is contained in:
@@ -24,7 +24,7 @@ export default function Shortcuts({
|
||||
{shortcuts.map((shortcut) => (
|
||||
<Link
|
||||
className={styles.link}
|
||||
href={shortcut.href}
|
||||
href={shortcut.url}
|
||||
key={shortcut.title}
|
||||
>
|
||||
<span>{shortcut.title}</span>
|
||||
|
||||
Reference in New Issue
Block a user