Skip to content

Commit 4410920

Browse files
committed
white chevron
1 parent 295ed7a commit 4410920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/home/sections/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const About: React.FC = () => {
105105

106106
{/* Foreground Content */}
107107
<div ref={scrollChevronContainer} className="relative z-10">
108-
<div className="text-center mt-6 animate-bounce">
108+
<div className="text-center mt-6 animate-bounce text-white">
109109
<FontAwesomeIcon icon={faChevronDown} className="fa-2x" />
110110
</div>
111111
</div>

src/components/home/sections/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const Hero: React.FC<HeroProps> = ({ id, backgroundImage }) => {
143143
</div>
144144

145145
<div ref={scrollChevronContainer} className="relative z-10">
146-
<div className="text-center mt-6 animate-bounce">
146+
<div className="text-center mt-6 animate-bounce text-white">
147147
<FontAwesomeIcon icon={faChevronDown} className="fa-2x" />
148148
</div>
149149
</div>

0 commit comments

Comments
 (0)