Skip to content

Commit baf2824

Browse files
authored
Merge pull request #175 from AndrewCS149/testWorkflow
testWorkflow
2 parents 96b845f + 5215677 commit baf2824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/components/navbar.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn navbar() -> Html {
6464
<nav class="navbar">
6565
<Link<Route> to={Route::Home} classes="logo-link">
6666
<div class="logo">
67-
<span>{"The TestBlog"}</span>
67+
<span>{"The DevBlog"}</span>
6868
</div>
6969
</Link<Route>>
7070

client/src/pages/home.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pub fn home() -> Html {
152152
if !*loading {
153153
<Post post={(*latest_post).clone()} post_number={*total_posts_count} on_post_delete={&on_post_delete}/>
154154
} else {
155-
<h1>{"Loading..."}</h1>
155+
<h1>{"Loading......................."}</h1>
156156
}
157157

158158
// youtube video

0 commit comments

Comments
 (0)