Skip to content

Commit 483a6d9

Browse files
added disclaimer to StudyBuddy.vue
1 parent 3573ee6 commit 483a6d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/StudyBuddy.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<NavBar></NavBar>
33

44
<div class="container">
5-
<div class="intro-text">Meet Your Nearby Study Buddies</div>
5+
<div class="intro-text">Meet Your Nearby Study Buddies <p style="font-size: xx-small; margin-bottom: 5px;">This is a student run platform and it is not endorsed by the IITM BS degree program in any way.<br> Students can join the platform on their personal discretion.</p></div>
6+
67
<div v-if="token2" class="button-container">
78
<button class="icon-button" @click="showUpdatePopup" title="Update Social Media">
89
<img src="../assets/update.svg" alt="Update Social Media" class="icon" />
@@ -108,6 +109,8 @@
108109
</div>
109110
</div>
110111
</div>
112+
<div class="intro-text">
113+
<p style="font-size: xx-small; margin-top: 20px; margin-bottom: 5px">Made with ❤️ Sundarbans House Council 2023-24</p></div>
111114
</div>
112115
</template>
113116

0 commit comments

Comments
 (0)