diff --git a/packages/sfc-playground/src/Header.vue b/packages/sfc-playground/src/Header.vue index 44b1d46f230..69311c4b667 100644 --- a/packages/sfc-playground/src/Header.vue +++ b/packages/sfc-playground/src/Header.vue @@ -5,6 +5,7 @@ import Sun from './icons/Sun.vue' import Moon from './icons/Moon.vue' import Share from './icons/Share.vue' import Download from './icons/Download.vue' +import GitHub from './icons/GitHub.vue' // @ts-ignore const { store } = defineProps(['store']) @@ -125,6 +126,17 @@ async function fetchVersions(): Promise { > + @@ -272,7 +284,8 @@ h1 img { } .share, -.download { +.download, +.github { margin: 0 2px; } diff --git a/packages/sfc-playground/src/icons/GitHub.vue b/packages/sfc-playground/src/icons/GitHub.vue new file mode 100644 index 00000000000..a20522f1e0a --- /dev/null +++ b/packages/sfc-playground/src/icons/GitHub.vue @@ -0,0 +1,7 @@ +