Skip to content

Commit

Permalink
Fix rebase hickups
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed Jan 14, 2024
1 parent 4ea37b0 commit 7df981f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/datas/what-is-tia/hero-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const heroData = {
text: "Pay for Data",
class: "simple plausible-event-name=Pay_for_Data_button-What_is_TIA-Hero_section",
type: "external",
url: "https://docs.celestia.org/developers/submit-data",
url: "https://docs.celestia.org/developers/submit-data/",
},
{
text: "Stake Tia",
Expand Down
4 changes: 2 additions & 2 deletions src/scss/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
i {
margin-left: 10px;
color: $purple;
font-size: 12px;
font-size: 10px;
float: right;
line-height: 23px;
transform: rotate(0deg);
Expand Down Expand Up @@ -160,7 +160,7 @@
i {
margin-left: 10px;
color: $purple;
font-size: 12px;
font-size: 10px;
float: right;
line-height: 24px;
transform: rotate(0deg);
Expand Down
1 change: 1 addition & 0 deletions src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
@import "pages/page-press.scss";
@import "pages/page-community.scss";
@import "pages/page-run-a-node.scss";
@import "pages/page-what-is-tia.scss";
@import "pages/page-faq.scss";

@import "components/team.scss";
Expand Down

0 comments on commit 7df981f

Please sign in to comment.