Skip to content

Commit

Permalink
Merge pull request #175 from AndrewCS149/testWorkflow
Browse files Browse the repository at this point in the history
testWorkflow
  • Loading branch information
The-DevBlog authored Apr 18, 2024
2 parents 96b845f + 5215677 commit baf2824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/navbar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub fn navbar() -> Html {
<nav class="navbar">
<Link<Route> to={Route::Home} classes="logo-link">
<div class="logo">
<span>{"The TestBlog"}</span>
<span>{"The DevBlog"}</span>
</div>
</Link<Route>>

Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub fn home() -> Html {
if !*loading {
<Post post={(*latest_post).clone()} post_number={*total_posts_count} on_post_delete={&on_post_delete}/>
} else {
<h1>{"Loading..."}</h1>
<h1>{"Loading......................."}</h1>
}

// youtube video
Expand Down

0 comments on commit baf2824

Please sign in to comment.