File tree Expand file tree Collapse file tree 6 files changed +71
-10
lines changed
components/icons/assets/downloadAssets
pages/explore/wallets/_components Expand file tree Collapse file tree 6 files changed +71
-10
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
}
32
32
},
33
+ "visualAssetsSection" : {
34
+ "sectionTitle" : " OPTIMIERE DENINE DEFI-BLOCKCHAIN-ENTWICKLUNG" ,
35
+ "title" : " Visual Assets" ,
36
+ "subtitle" : " ie Medieninhalte stehen unter der CCO-Lizenz. \" Keine Rechte vorbehalten\" " ,
37
+ "entries" : {
38
+ "DFC" : {
39
+ "title" : " DeFiChain logo" ,
40
+ "desc" : " The official and default logo"
41
+ },
42
+ "PowerDFC" : {
43
+ "title" : " Unterstützt von DeFiChain" ,
44
+ "desc" : " Nützlich für Projektarbeiten"
45
+ },
46
+ "Jellyfish" : {
47
+ "title" : " Das DeFiChain-Quallen-Logo" ,
48
+ "desc" : " Nützlich, wenn der Platz knapp ist"
49
+ },
50
+ "Built" : {
51
+ "title" : " Aufgebaut auf Bitcoin" ,
52
+ "desc" : " 3D-Medieninhalte für Illustrationszwecke"
53
+ },
54
+ "DFI3D" : {
55
+ "title" : " 3D-DFI-Coin" ,
56
+ "desc" : " 3D-Medieninhalt für Illustrationszwecke"
57
+ }
58
+ },
59
+ "button" : " Herunterladen der Dateien in gezippter Form"
60
+ },
33
61
"advanceUseSection" : {
34
62
"sectionTitle" : " FÜR FORTGESCHRITTENEN EINSATZ GEEIGNET" ,
35
63
"title" : " Erweiterte Nutzung von DeFiChain" ,
Original file line number Diff line number Diff line change 31
31
}
32
32
},
33
33
"visualAssetsSection" : {
34
- "sectionTitle" : " Supercharge your DeFi Blockchain development " ,
34
+ "sectionTitle" : " SUPERCHARGE YOUR DEFI BLOCKCHAIN DEVELOPMENT " ,
35
35
"title" : " Visual Assets" ,
36
36
"subtitle" : " The media assets are released under CCO license. \" No Rights Reserved\" " ,
37
37
"entries" : {
Original file line number Diff line number Diff line change 30
30
}
31
31
}
32
32
},
33
+ "visualAssetsSection" : {
34
+ "sectionTitle" : " BOOSTEZ VOTRE DÉVELOPPEMENT DE LA BLOCKCHAIN DANS LE DOMAINE DEFI" ,
35
+ "title" : " Ressources visuelles" ,
36
+ "subtitle" : " es ressources médiatiques sont diffusées sous licence CCO. \" Aucun droit réservé\" " ,
37
+ "entries" : {
38
+ "DFC" : {
39
+ "title" : " Logo DeFiChain" ,
40
+ "desc" : " Le logo officiel et par défaut"
41
+ },
42
+ "PowerDFC" : {
43
+ "title" : " Propulsé par DeFiChain" ,
44
+ "desc" : " Utile pour les projets"
45
+ },
46
+ "Jellyfish" : {
47
+ "title" : " Le logo méduse de DeFiChain" ,
48
+ "desc" : " Utile lorsque l'espace est limité"
49
+ },
50
+ "Built" : {
51
+ "title" : " onstruit sur Bitcoin" ,
52
+ "desc" : " Ressources 3D à des fins d'illustration"
53
+ },
54
+ "DFI3D" : {
55
+ "title" : " DFI 3D Coin" ,
56
+ "desc" : " 3D asset for illustration purposes"
57
+ }
58
+ },
59
+ "button" : " Téléchargez les fichiers .zippés"
60
+ },
33
61
"advanceUseSection" : {
34
62
"sectionTitle" : " ADAPTÉS À UNE UTILISATION AVANCÉE" ,
35
63
"title" : " Utilisation avancée de DeFiChain" ,
Original file line number Diff line number Diff line change 1
- export default function BTCDFILogo ( ) : JSX . Element {
1
+ import { SVGProps } from "react" ;
2
+
3
+ export default function BTCDFILogo (
4
+ props : SVGProps < SVGSVGElement > ,
5
+ ) : JSX . Element {
2
6
return (
3
7
< svg
4
8
xmlns = "http://www.w3.org/2000/svg"
5
9
width = "71"
6
10
height = "51"
7
11
viewBox = "0 0 71 51"
8
12
fill = "none"
13
+ { ...props }
9
14
>
10
15
< path
11
16
fillRule = "evenodd"
Original file line number Diff line number Diff line change 1
- export default function DFI3D ( ) : JSX . Element {
1
+ import { SVGProps } from "react" ;
2
+
3
+ export default function DFI3D ( props : SVGProps < SVGSVGElement > ) : JSX . Element {
2
4
return (
3
5
< svg
4
6
xmlns = "http://www.w3.org/2000/svg"
5
7
width = "63"
6
8
height = "51"
7
9
viewBox = "0 0 63 51"
8
10
fill = "none"
11
+ { ...props }
9
12
>
10
13
< path
11
14
d = "M14.8834 4.31469C15.8792 4.03475 16.8886 3.80586 17.9078 3.62891M32.8849 6.17861C34.2275 6.44787 35.5545 6.78979 36.8601 7.20286C49.455 11.1829 57.6343 20.8472 55.1293 28.7901C54.0323 32.2653 51.074 34.8348 47.0364 36.2931"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export function VisualAssetsSection() {
60
60
>
61
61
< DeFiChainLogo
62
62
fill = "#FFFFFF"
63
- className = "w-[159px] h-9 md:w-[194.33px] lg:block lg:w-40 lg:h-full md:h-[44px]"
63
+ className = "w-[159px] h-9 lg:block lg:h-full md:h-[44px]"
64
64
/>
65
65
</ DownloadAssetsCard >
66
66
@@ -71,10 +71,7 @@ export function VisualAssetsSection() {
71
71
svgAssetPath = "/downloads/visualAssets/dfi-powered-by.svg"
72
72
pngAssetPath = "/downloads/visualAssets/dfi-powered-by.png"
73
73
>
74
- < PoweredByDeFiChainLogo
75
- fill = "#FFFFFF"
76
- className = "w-[159px] h-9 md:w-[194.33px] lg:block lg:w-40 lg:h-full md:h-[44px]"
77
- />
74
+ < PoweredByDeFiChainLogo className = "w-[159px] h-9 md:w-[194.33px] lg:block lg:w-40 lg:h-full md:h-[44px]" />
78
75
</ DownloadAssetsCard >
79
76
80
77
< DownloadAssetsCard
@@ -94,7 +91,7 @@ export function VisualAssetsSection() {
94
91
svgAssetPath = "/downloads/visualAssets/dfi-btc-logo.svg"
95
92
pngAssetPath = "/downloads/visualAssets/dfi-btc-logo.png"
96
93
>
97
- < BTCDFILogo />
94
+ < BTCDFILogo className = "w-[159px] h-9 md:w-[68.703px] lg:block lg:h-full md:h-[48.754px]" />
98
95
</ DownloadAssetsCard >
99
96
100
97
< DownloadAssetsCard
@@ -104,7 +101,7 @@ export function VisualAssetsSection() {
104
101
svgAssetPath = "/downloads/visualAssets/dfi-3d-logo.svg"
105
102
pngAssetPath = "/downloads/visualAssets/dfi-3d-logo.png"
106
103
>
107
- < DFI3D />
104
+ < DFI3D className = "w-[61.391px] h-9 lg:block lg:h-full md:h-[44px]" />
108
105
</ DownloadAssetsCard >
109
106
</ div >
110
107
You can’t perform that action at this time.
0 commit comments