File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { motion } from "framer-motion" ;
2
+ import { FaDownload } from "react-icons/fa" ;
2
3
3
4
const AboutSection = ( ) => {
4
5
const variants = {
@@ -69,7 +70,11 @@ const AboutSection = () => {
69
70
target = "_blank"
70
71
rel = "noopener noreferrer"
71
72
>
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
73
78
</ a >
74
79
</ p >
75
80
</ div >
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ $ npx hardhat verify --network mainnet 0x1F98431c8aD98523631AE4a59f267346ea31F98
275
275
276
276
< div className = "text-center mx-4" >
277
277
< 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" >
279
279
Sourcify is open-source and for self-hosting. Here are some public instances we are aware of:
280
280
</ p >
281
281
< div className = "flex flex-wrap justify-center gap-2 md:gap-8 mt-12 mx-2" ref = { selfHostedRef } >
You can’t perform that action at this time.
0 commit comments