Skip to content

Commit cc7d7be

Browse files
committed
Add iiest logo asset
1 parent 0b4962a commit cc7d7be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: public/iiest-logo.png

38.2 KB
Loading

Diff for: src/components/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="flex justify-between items-center border-b-2 border-gray-100 dark:border-gray-800 py-6 md:justify-start md:space-x-5">
55
<div class="flex justify-start lg:flex-1">
66
<a href="https://www.iiests.ac.in/" target="_blank" rel="noreferrer" class="flex-none">
7-
<img src="https://oldwww.iiests.ac.in/images/iiest-logo.png" width="80" height="80" />
7+
<img src="/iiest-logo.png" width="80" height="80" />
88
</a>
99
<router-link to="/">
1010
<span class="sr-only">CodeIIEST</span>

0 commit comments

Comments
 (0)