Skip to content

Commit

Permalink
Fix : Chevorn color
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanghyeonYoon committed Aug 17, 2024
1 parent 7f44888 commit 9f4aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/2024/section/sponsor/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Link from "next/link";
import React from "react";

import ChevronRight from "@/public/assets/2024/icons/chevron_right_white.svg";
import ChevronRight from "@/public/assets/2024/icons/chevron_right.svg";

export const SponsorSection: React.FC = () => {
return (
Expand Down

0 comments on commit 9f4aff3

Please sign in to comment.