Skip to content

Commit e097bd4

Browse files
committed
chore(sfc-playground): use svg logo
1 parent 7bc5fd9 commit e097bd4

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

packages/sfc-playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="icon" type="image/png" href="/icon.png">
7+
<link rel="icon" type="image/svg" href="/logo.svg">
88
<title>Vue SFC Playground</title>
99

1010
<link rel="preconnect" href="https://fonts.gstatic.com">
-3.32 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Loading

packages/sfc-playground/src/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<nav>
33
<h1>
4-
<img alt="logo" src="/icon.png">
4+
<img alt="logo" src="/logo.svg">
55
<span>Vue SFC Playground</span>
66
</h1>
77
<div class="links">

0 commit comments

Comments
 (0)