Skip to content

Commit

Permalink
fix :: 그라디언트 로고 색 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Mar 11, 2024
1 parent 3304c8b commit 3aa4b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/main/team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Button from "../../../components/common/button";
gsap.registerPlugin(useGSAP);

const Team = () => {
const bg1 = "linear-gradient(109deg, #B8DEFF, #279AFF, #00539C)";
const bg2 = "linear-gradient(30deg, #00539C, #279AFF, #B8DEFF)";
const bg1 = "linear-gradient(109deg, #B8DEFF, #08f, #00539C)";
const bg2 = "linear-gradient(30deg, #00539C, #08f, #B8DEFF)";

useGSAP(() => {
gsap.fromTo(
Expand Down

0 comments on commit 3aa4b05

Please sign in to comment.