We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc5fd9 commit e097bd4Copy full SHA for e097bd4
packages/sfc-playground/index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <link rel="icon" type="image/png" href="/icon.png">
+ <link rel="icon" type="image/svg" href="/logo.svg">
8
<title>Vue SFC Playground</title>
9
10
<link rel="preconnect" href="https://fonts.gstatic.com">
packages/sfc-playground/public/icon.png
-3.32 KB
packages/sfc-playground/public/logo.svg
packages/sfc-playground/src/Header.vue
@@ -1,7 +1,7 @@
1
<template>
2
<nav>
3
<h1>
- <img alt="logo" src="/icon.png">
+ <img alt="logo" src="/logo.svg">
<span>Vue SFC Playground</span>
</h1>
<div class="links">
0 commit comments