Skip to content

Commit 819c2b6

Browse files
authored
Merge pull request #158 from AndrewCS149/testWorkflow
test workflow
2 parents 7e2548f + a047772 commit 819c2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/navbar.rs

Lines changed: 1 addition & 1 deletion
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 DevBlog"}</span>
67+
<span>{"The DevBlog Test"}</span>
6868
</div>
6969
</Link<Route>>
7070

0 commit comments

Comments
 (0)