Skip to content

Commit

Permalink
Update heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshawk committed May 16, 2024
1 parent 302138d commit 5ad5646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Component for App {
fn view(&self, ctx: &Context<Self>) -> Html {
html! {
<section class="section">
<h1 class="title has-text-centered">{ "Stardew Valley Switch Seed Finder" }</h1>
<h1 class="title has-text-centered">{ "Stardew Seed Cracker" }</h1>
<h2 class="subtitle has-text-centered">{ "Enter the platform, date and first 10 items from the travelling merchant (order matters)." }</h2>
<div class="container">
<div class="columns">
Expand Down

0 comments on commit 5ad5646

Please sign in to comment.