Improved image expansion in Projects. Introduced Mods page.
This commit is contained in:
@@ -7,7 +7,7 @@ type Props = {
|
||||
section: string;
|
||||
};
|
||||
|
||||
const items = ["profile", "project"];
|
||||
const items = ["profile", "project", "mods"];
|
||||
|
||||
export default function Nav({ section }: Props) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user