student-gr
parent
bf18b0a5f8
commit
17f541482b
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vite-vue3-tailwind-starter",
|
||||
"version": "0.0.0",
|
||||
"name": "scc-22",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite --host --port 2004",
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
|
|
|
@ -7,10 +7,7 @@
|
|||
</div>
|
||||
<div
|
||||
class="hidden lg:block flex flex-cols bg-blue-600 h-48 text-right justify-end text-white text-3xl pt-5 font-semibold pr-12">
|
||||
<img
|
||||
src="/img/logo3.png"
|
||||
alt="/img/logo3.png"
|
||||
class="absolute left-0 top-0 h-44 w-44 mt-2 ml-14"
|
||||
<img src="/img/logo3.png" alt="/img/logo3.png" class="absolute left-0 top-0 h-44 w-44 mt-2 ml-14"
|
||||
/>
|
||||
Estd.-1956
|
||||
<br />Sree Chaitanya College,Habra
|
||||
|
|
|
@ -447,12 +447,12 @@
|
|||
</MenuItem>
|
||||
<MenuItem v-slot="{ active }">
|
||||
<router-link
|
||||
to="/activity-gallery"
|
||||
to=""
|
||||
:class="[
|
||||
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
|
||||
'block px-1 py-2 text-sm',
|
||||
]"
|
||||
>Activity Gallery</router-link
|
||||
></router-link
|
||||
>
|
||||
</MenuItem>
|
||||
<MenuItem v-slot="{ active }">
|
||||
|
|
Loading…
Reference in New Issue