Skip to content

Commit f0cb96b

Browse files
committed
Icon for download text in AboutSection
1 parent e4cdb21 commit f0cb96b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/pages/LandingPage/AboutSection.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { motion } from "framer-motion";
2+
import { FaDownload } from "react-icons/fa";
23

34
const AboutSection = () => {
45
const variants = {
@@ -69,7 +70,11 @@ const AboutSection = () => {
6970
target="_blank"
7071
rel="noopener noreferrer"
7172
>
72-
Download the repository →
73+
<span className="inline-flex items-center gap-1 whitespace-nowrap">
74+
<FaDownload className="text-sm" />
75+
Download all
76+
</span>{" "}
77+
verified contracts
7378
</a>
7479
</p>
7580
</div>

src/pages/LandingPage/Tooling.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ $ npx hardhat verify --network mainnet 0x1F98431c8aD98523631AE4a59f267346ea31F98
275275

276276
<div className="text-center mx-4">
277277
<h2 className="text-4xl md:text-6xl font-bold text-ceruleanBlue-500 mb-4">Self-hosting</h2>
278-
<p className="text-base md:text-lg text-gray-600 mb-12">
278+
<p className="text-sm md:text-lg text-gray-600 mb-12">
279279
Sourcify is open-source and for self-hosting. Here are some public instances we are aware of:
280280
</p>
281281
<div className="flex flex-wrap justify-center gap-2 md:gap-8 mt-12 mx-2" ref={selfHostedRef}>

0 commit comments

Comments
 (0)