Skip to content

Commit 0ecf2d9

Browse files
authored
Merge pull request #160 from AndrewCS149/testWorkflow
testWorkflow
2 parents 2bb7ff7 + 5722485 commit 0ecf2d9

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 Test"}</span>
67+
<span>{"The TestBlog"}</span>
6868
</div>
6969
</Link<Route>>
7070

0 commit comments

Comments
 (0)