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