Skip to content

Commit bad0b70

Browse files
committed
Update README and Home component to enhance GitBook logo and add emoji to CountdownTimer message
1 parent 22909b6 commit bad0b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</td>
9696
<td align="center">
9797
<a href="https://www.gitbook.com/">
98-
<img src="./public/assets/SupportedBy/GitBookLight_1.png" alt="GitBook Logo" width="140">
98+
<img src="./public/assets/SupportedBy/GitBook.png" alt="GitBook Logo" width="140">
9999
</a>
100100
</td>
101101
<td align="center">

src/Page/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CountdownTimer = () => {
3939

4040
return (
4141
<div className="my-4 text-center">
42-
<h2 className="custom-font text-1xl inline-block font-bold text-[#00a6fb]">v2.0 Dropping Soon -</h2>{' '}
42+
<h2 className="custom-font text-1xl inline-block font-bold text-[#00a6fb]">v2.0 Dropping Soon 🗲</h2>{' '}
4343
<p className="custom-font text-1xl inline-block text-gray-300">{timeLeft}</p>
4444
</div>
4545
);

0 commit comments

Comments
 (0)