From b4e3a135f8010953eb175bbd0471785be3f46487 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:36:02 +0200 Subject: [PATCH] feat: analytics --- index.html | 1 + src/BlogNavBar.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8626063..dfa6adb 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@
{props.title || 'Sr Izan\'s blog'}
- Go back home + Go back {props.title ? 'to posts' : 'home'} ) }