feat(portfolio): add manifesto and numbered capability rows
This commit is contained in:
@@ -10,6 +10,10 @@ export function Hero() {
|
||||
const shouldReduceMotion = useReducedMotion();
|
||||
|
||||
const openCommandPalette = () => {
|
||||
if (typeof window === "undefined") {
|
||||
return;
|
||||
}
|
||||
|
||||
window.dispatchEvent(new CustomEvent(paletteEventName));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user