We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4962a commit cc7d7beCopy full SHA for cc7d7be
public/iiest-logo.png
38.2 KB
src/components/Header.vue
@@ -4,7 +4,7 @@
4
<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">
5
<div class="flex justify-start lg:flex-1">
6
<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" />
+ <img src="/iiest-logo.png" width="80" height="80" />
8
</a>
9
<router-link to="/">
10
<span class="sr-only">CodeIIEST</span>
0 commit comments