Skip to content

Commit d6ebe08

Browse files
committed
some texts updated
1 parent 8ff912f commit d6ebe08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/FooterMenu.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<footer class="footer items-center p-4 bg-neutral text-neutral-content">
33
<div class="items-center grid-flow-col">
4-
<p>Amar Progress | Copyright © 2022 - All right reserved</p>
4+
<p>Amar Progress | Copyright © 2023 - All right reserved</p>
55
</div>
66
<div class="grid-flow-col gap-4 md:place-self-center md:justify-self-end">
77
<a href="https://www.twitter.com/xrayian" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="24"

src/views/HomeView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const authReady = computed(() => {
1515

1616
<p class="text-xl">
1717
This is a progress tracking app for students. Simply select the chapters you want to complete and this will show
18-
you how much you completed in each subject. Only for HSC 2022 Science Students.
18+
you how much you completed in each subject. Made for HSC 2022-23 Science Students.
1919
</p>
2020

2121

0 commit comments

Comments
 (0)