Skip to content

Commit

Permalink
change main
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo0122 committed Jul 5, 2024
1 parent c623e4f commit 568906e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/components/banner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ pub fn Banner() -> impl IntoView {
<img src="/images/podcast-logo.png" alt="podcast-logo" class="w-20"/>
</div>
<div class="text-white text-3xl font-title font-bold mt-8">
"NEVER STOP LEARNING."
"JJ PODCAST"
</div>
<div class="text-white opacity-30 text-md mt-2">
"Podcast by Jeong Jinwoo"
"Podcast from frontend engineer"
</div>
</div>
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use components::episodes::*;
#[component]
pub fn App() -> impl IntoView {
view! {
<div class="w-screen h-screen bg-gradient-to-br from-red-950 to-red-600 flex flex-col justify-center items-start px-6">
<div class="w-screen h-screen bg-gradient-to-br from-cyan-950 to-cyan-600 flex flex-col justify-center items-start px-6">
<Banner />
<Episodes />
</div>
Expand Down

0 comments on commit 568906e

Please sign in to comment.