We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbef3d commit 5215677Copy full SHA for 5215677
client/src/components/navbar.rs
@@ -64,7 +64,7 @@ pub fn navbar() -> Html {
64
<nav class="navbar">
65
<Link<Route> to={Route::Home} classes="logo-link">
66
<div class="logo">
67
- <span>{"The TestBlog"}</span>
+ <span>{"The DevBlog"}</span>
68
</div>
69
</Link<Route>>
70
client/src/pages/home.rs
@@ -152,7 +152,7 @@ pub fn home() -> Html {
152
if !*loading {
153
<Post post={(*latest_post).clone()} post_number={*total_posts_count} on_post_delete={&on_post_delete}/>
154
} else {
155
- <h1>{"Loading..."}</h1>
+ <h1>{"Loading......................."}</h1>
156
}
157
158
// youtube video
0 commit comments