added noscript component
This commit is contained in:
@@ -5,12 +5,17 @@ import Link from "next/link";
|
||||
|
||||
type Props = {
|
||||
section: string;
|
||||
subtitle?: string;
|
||||
};
|
||||
|
||||
const items = ["profile", "project"];
|
||||
|
||||
export default function Nav({ section, subtitle }: Props) {
|
||||
export default function Nav({ section }: Props) {
|
||||
|
||||
|
||||
let subtitle = null;
|
||||
if (section == "project"){
|
||||
|
||||
}
|
||||
return (
|
||||
<nav
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user