Skip to content

Commit bcab44b

Browse files
replaced svgs (#633)
1 parent 66356c2 commit bcab44b

File tree

22 files changed

+256
-23
lines changed

22 files changed

+256
-23
lines changed
Lines changed: 16 additions & 0 deletions
Loading
712 KB
Loading
110 KB
Loading

public/images/shape-animation/hashflag-star.svg

Lines changed: 198 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

src/containers/about/layout-02/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const AboutArea = ({
116116
y: trans1().y,
117117
}}
118118
>
119-
<img src="/images/shape-animation/shape-1.png" alt="" />
119+
<img src="/images/shape-animation/code.svg" alt="" />
120120
</motion.div>
121121
</div>
122122
</div>

src/containers/app-download/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const AppDownloadArea = ({
8686
y: trans1().y,
8787
}}
8888
>
89-
<img src="/images/shape-animation/shape-1.png" alt="" />
89+
<img src="/images/shape-animation/code.svg" alt="" />
9090
</motion.div>
9191
</motion.div>
9292
<motion.div

src/containers/blog/layout-01/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const BlogArea = ({
131131
}}
132132
>
133133
<img
134-
src="/images/shape-animation/shape-3.png"
134+
src="/images/shape-animation/medal.svg"
135135
alt="shape"
136136
loading="lazy"
137137
width={178}

src/containers/contact-info/layout-01/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const ContactInfo = ({ data: { section_title, items, images } }: TProps) => {
122122
y: trans1().y,
123123
}}
124124
>
125-
<img src="/images/shape-animation/shape-1.png" alt="" />
125+
<img src="/images/shape-animation/code.svg" alt="" />
126126
</motion.div>
127127
<motion.div
128128
className="tw-absolute tw-z-1 tw-w-15 tw-bottom-[140px] tw-right-2.5 sm:tw-bottom-[314px] sm:tw-right-7.5 md:tw-w-auto md:tw-right-[70px]"

0 commit comments

Comments
 (0)