-
Options
+
Options
-
Staking
+ Staking
diff --git a/src/components/assets.tsx b/src/components/assets.tsx
index 39e959c5..5e772c93 100644
--- a/src/components/assets.tsx
+++ b/src/components/assets.tsx
@@ -2,6 +2,8 @@ import { SxProps } from "@mui/system";
import { Box } from "@mui/material";
import { ConnectedStarknetWindowObject } from "get-starknet-core";
+import styles from "./ConnectWallet/button.module.css";
+
interface IconProps {
sx?: SxProps;
}
@@ -21,7 +23,7 @@ export const BraavosIcon = ({ sx }: IconProps) => (
export const WalletIcon = ({ sx, wallet }: WalletIconProps) => (
diff --git a/src/pages/battlecharts.tsx b/src/pages/battlecharts.tsx
index 9ba21845..d5881895 100644
--- a/src/pages/battlecharts.tsx
+++ b/src/pages/battlecharts.tsx
@@ -9,7 +9,7 @@ const BattlechartsPage = () => {
Battlecharts | Carmine Options AMM
-
Trading Leaderboard
+
Trading Leaderboard
);
diff --git a/src/pages/governance.tsx b/src/pages/governance.tsx
index b6848951..d7e694b4 100644
--- a/src/pages/governance.tsx
+++ b/src/pages/governance.tsx
@@ -14,7 +14,7 @@ import { useEffect } from "react";
const VotingSubpage = () => {
return (
-
Proposals
+
Proposals
Vote on AMM defining proposals.
To find out more about the proposals and discuss, go to{" "}
@@ -35,12 +35,21 @@ const VotingSubpage = () => {
const StakingSubpage = () => {
return (
-
CRM Staking
+ CRM Staking
);
};
+const AirdropSubpage = () => {
+ return (
+
+ );
+};
+
const Governance = () => {
const subpage = useGovernanceSubpage();
const navigate = useNavigate();
@@ -107,7 +116,7 @@ const Governance = () => {
{subpage === GovernanceSubpage.Voting &&
}
{subpage === GovernanceSubpage.Staking &&
}
- {subpage === GovernanceSubpage.AirDrop &&
}
+ {subpage === GovernanceSubpage.AirDrop &&
}
);
};
diff --git a/src/pages/leaderboard.tsx b/src/pages/leaderboard.tsx
index 0559e7f1..903e5729 100644
--- a/src/pages/leaderboard.tsx
+++ b/src/pages/leaderboard.tsx
@@ -18,7 +18,7 @@ const LeaderboardPage = () => {
Carmine Points Program
Elevate Your Status, Enhance Your Rewards
Season 2 is now live!
-
Leaderboard
+
Leaderboard
);
diff --git a/src/pages/starknetRewards.tsx b/src/pages/starknetRewards.tsx
index 3f6ce70c..be190f99 100644
--- a/src/pages/starknetRewards.tsx
+++ b/src/pages/starknetRewards.tsx
@@ -11,11 +11,11 @@ const StarknetRewards = () => (
Starknet DeFi Spring
-
+
40M
STRK
-
+
Carmine Options AMM is part of the Starknet's{" "}
{
- CHART
+ Chart
diff --git a/src/style/base.css b/src/style/base.css
index 84ad2570..8b8566d3 100644
--- a/src/style/base.css
+++ b/src/style/base.css
@@ -35,17 +35,22 @@ h1 {
font-weight: 300;
}
-h3 {
+h2 {
font-family: Formula Condensed;
- margin: 30px 0;
font-size: 30px;
font-weight: 300;
}
+h3 {
+ font-family: Formula Condensed;
+ font-size: 28px;
+ font-weight: 300;
+}
+
h4 {
- margin: 0;
+ font-family: Formula Condensed;
font-size: 24px;
- font-weight: 400;
+ font-weight: 300;
}
button {