diff --git a/index.html b/index.html index 8626063..dfa6adb 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Sr Izan's front page for the web:tm: +
diff --git a/src/BlogNavBar.tsx b/src/BlogNavBar.tsx index 6e2a4b1..016944b 100644 --- a/src/BlogNavBar.tsx +++ b/src/BlogNavBar.tsx @@ -7,7 +7,7 @@ export function BlogNavBar(props: Props) { main profile picture

{props.title || 'Sr Izan\'s blog'}

- Go back home + Go back {props.title ? 'to posts' : 'home'} ) }