Skip to content

Commit

Permalink
Merge pull request #22 from NTHU-SC/dev/Id_4_CoC
Browse files Browse the repository at this point in the history
add Id for CoC.jsx
  • Loading branch information
haotien91 authored Jul 19, 2024
2 parents f74ee03 + 48caf99 commit 6025ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CoC.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { motion } from "framer-motion";
import { CheckArrowIcon } from "../assets/icons/CheckArrowIcon";

export const CoC = () => (
<section className="w-full bg-customDarkBg2 mt-20 mb-8 sm:mt-8 sm:mb-16 xl:mt-0 xl:m pt-[2rem] md:pt-[12vw] lg:pt-0">
<section className="w-full bg-customDarkBg2 mt-20 mb-8 sm:mt-8 sm:mb-16 xl:mt-0 xl:m pt-[2rem] md:pt-[12vw] lg:pt-0" id="CodeOfConduct">

<motion.div
initial={{ opacity: 0 }}
Expand Down

0 comments on commit 6025ad6

Please sign in to comment.