Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/betanet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ const AlphanetLanding: NextPage = () => {
<Box className="list-wrap">
<ul>
<li>{"Stable low gas fees forever"}</li>
<li>{"Linear scalability while retaining cross shard composibility"}</li>
<li>{"Linear scalability while retaining cross shard composability"}</li>
<li>
{
"Marketing support from the Shardeum Foundation providing 10-15k users to your app on testnet within 1-month "
Expand Down
2 changes: 1 addition & 1 deletion public/greenhouse.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* This is a variable font
* You can controll variable axes as shown below:
* You can control variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:
Expand Down
2 changes: 1 addition & 1 deletion styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
}
}

/* for socail futtor icon */
/* for social footer icon */
.footer-social-icon .chakra-button__icon {
margin: 0 !important;
}
Expand Down
4 changes: 2 additions & 2 deletions styles/satoshi.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* This is a variable font
* You can controll variable axes as shown below:
* You can control variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:
Expand All @@ -39,7 +39,7 @@

/**
* This is a variable font
* You can controll variable axes as shown below:
* You can control variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:
Expand Down
2 changes: 1 addition & 1 deletion utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const getSHMProjects = (): Promise<{
twiterUrl: "",
status: status || "pending",
});
// Catagory
// Category
if (status === "accepted") {
categoryCount[projectCategory] = categoryCount[projectCategory]
? categoryCount[projectCategory] + 1
Expand Down