File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 73
73
];
74
74
</script >
75
75
76
- <div class =" bg-primary w-full px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center" >
76
+ <div class =" bg-primary w-full mx-auto px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center" >
77
77
<div class =" mx-auto flex flex-col items-center max-w-7xl gap-10 xl:grid-cols-3" >
78
78
<div class =" max-w-xl" >
79
79
<h2
Original file line number Diff line number Diff line change 5
5
import FactToken from " $lib/components/FactToken.svelte" ;
6
6
</script >
7
7
8
- <div class =" bg-primary w-full px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center" >
8
+ <div class =" bg-primary w-full mx-auto px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center" >
9
9
<div class =" mx-auto max-w-3xl lg:text-center" >
10
10
<h1 class =" mt-2 text-5xl lg:text-6xl font-bold font-mulish text-secondary text-center" >
11
11
Tokenomics
Original file line number Diff line number Diff line change 1
1
<script lang =" ts" >
2
- import { preventDefault } from " svelte/legacy" ;
3
-
4
2
import Copy from " ./icons/Copy.svelte" ;
5
3
import Copying from " ./icons/Copying.svelte" ;
6
4
import Link from " $lib/components/Link.svelte" ;
7
5
import ValidatorLicenseNFT from " $lib/components/ValidatorLicenseNFT.svelte" ;
8
-
9
- import TokenDistributionChart from " $lib/components/TokenDistributionChart.svelte" ;
10
6
import LogoLinkGroup from " $lib/components/LogoLinkGroup.svelte" ;
11
7
import TruncatedText from " $lib/components/TruncatedText.svelte" ;
12
8
22
18
}
23
19
</script >
24
20
25
- <div class =" bg-primary w-full px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center" >
21
+ <div class =" bg-primary w-full mx-auto px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center" >
26
22
<div class =" mx-auto max-w-3xl lg:text-center" >
27
23
<h1 class =" mt-2 text-5xl lg:text-6xl font-bold font-mulish text-secondary text-center" >
28
24
Validator Network
You can’t perform that action at this time.
0 commit comments