Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Dec 9, 2024
1 parent 181c9a1 commit 6dfd327
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ssr/src/component/buttons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ pub fn SecondaryButton(
{children()}
</button>
}
}
}
2 changes: 1 addition & 1 deletion ssr/src/component/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pub mod airdrop_logo;
pub mod auth_providers;
pub mod back_btn;
pub mod buttons;
pub mod base_route;
pub mod bullet_loader;
pub mod buttons;
pub mod canisters_prov;
pub mod coming_soon;
pub mod connect;
Expand Down
5 changes: 2 additions & 3 deletions ssr/src/page/wallet/airdrop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pub fn AirdropPage(
<img
alt="Airdrop"
src=coin_image.clone()

class="w-full fade-in rounded-full h-full object-cover"
/>
</div>
Expand Down Expand Up @@ -91,7 +90,7 @@ pub fn AirdropPage(
}
}}


<div
style="--duration:1500ms"
class="fade-in flex text-xl font-bold z-[2] w-full flex-col gap-4 items-center justify-center px-8"
Expand Down Expand Up @@ -152,4 +151,4 @@ pub fn AnimatedTick() -> impl IntoView {
</div>
</div>
}
}
}
2 changes: 1 addition & 1 deletion ssr/src/page/wallet/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub mod airdrop;
pub mod tokens;
pub mod transactions;
pub mod txn;
pub mod airdrop;

use crate::{
component::share_popup::ShareButtonWithFallbackPopup, state::canisters::unauth_canisters,
Expand Down

0 comments on commit 6dfd327

Please sign in to comment.