diff --git a/src/App.vue b/src/App.vue
index b68321f..8e0b959 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/src/components/footer.vue b/src/components/footer.vue
index 19460d2..3cfdd6a 100644
--- a/src/components/footer.vue
+++ b/src/components/footer.vue
@@ -214,7 +214,7 @@ export default {
link: 'mailto:tksudharshan@infozy.tk',
},
{
- icon: 'mdi-google-photos',
+ icon: 'mdi-camera',
title: 'Photography',
link: 'https://unsplash.com/@shantk18',
},
@@ -250,8 +250,7 @@ export default {
type: 'error',
duration: -100,
title: 'Backend Error',
- text:
- 'Error While Connecting to Backend Server. Click the button to check my backup Servers',
+ text: 'Error While Connecting to Backend Server. Click the button to check my backup Servers',
data: {
loading: false,
dark: true,
diff --git a/src/components/nav-bar.vue b/src/components/nav-bar.vue
index 7cdd4c1..4f50ec2 100644
--- a/src/components/nav-bar.vue
+++ b/src/components/nav-bar.vue
@@ -18,7 +18,7 @@
v-on="on"
@click="routerPush('/')"
>
- Shan.tk ✌
+ Shan.tk ✌{{ ismobile ? '' : ' | Chartered Accountant' }}
Sudharshan TK
@@ -38,6 +38,12 @@