Skip to content

Commit

Permalink
Removes RL banner
Browse files Browse the repository at this point in the history
  • Loading branch information
klautcomputing committed Jul 15, 2024
1 parent cb55afc commit 609cc55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apis/src/pages/home.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use crate::components::molecules::rl_banner::RlBanner;
use crate::components::organisms::{
challenges::Challenges, online_users::OnlineUsers, quickplay::QuickPlay, tv::Tv,
};
Expand All @@ -8,7 +7,6 @@ use leptos::*;
pub fn Home() -> impl IntoView {
view! {
<div class="flex overflow-x-hidden flex-col justify-start items-center pt-20 w-full md:justify-center">
<RlBanner/>
<div class="flex flex-col justify-center items-center lg:flex-row lg:items-start">
<div class="flex flex-col items-center w-full md:flex-row">
<div class="flex flex-col items-center">
Expand Down

0 comments on commit 609cc55

Please sign in to comment.