Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed May 22, 2024
1 parent e5601e2 commit a3e0652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Summary.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import clsx from "clsx";
import React, { useState } from "react";
import Image from "next/image";
import React, { useState } from "react";

export type SummaryLinksProps = {
id: string;
Expand Down Expand Up @@ -77,7 +77,7 @@ const Summary = ({
href={`#${sublink.targetId}`}
role="menuitem"
className="block p-2 hover:text-red1"
onClick={(e) => {
onClick={() => {
setOpenMenu("");
}}
>
Expand Down

0 comments on commit a3e0652

Please sign in to comment.