Skip to content

Commit

Permalink
remove uwu logo due to font licensing (#2056)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan You <[email protected]>
  • Loading branch information
jay-es and yyx990803 committed May 2, 2024
1 parent f06e9f6 commit b6e8857
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
8 changes: 0 additions & 8 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,14 +638,6 @@ export default defineConfigWithTheme<ThemeConfig>({
'utf-8'
)
],
[
'script',
{},
fs.readFileSync(
path.resolve(__dirname, './inlined-scripts/uwu.js'),
'utf-8'
)
],
[
'script',
{
Expand Down
3 changes: 0 additions & 3 deletions .vitepress/inlined-scripts/uwu.js

This file was deleted.

12 changes: 0 additions & 12 deletions .vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ onMounted(load)

<template>
<section id="hero">
<img id="uwu" src="/logo-uwu.svg" alt="Vue.js Kawaii Logo by @icarusgkx" width="145" height="91" />
<h1 class="tagline">
The
<span class="accent">Progressive</span>
Expand Down Expand Up @@ -311,15 +310,4 @@ html:not(.dark) .accent,
font-size: 36px;
}
}
#uwu {
display: none;
}
.uwu #uwu {
display: block;
width: 100%;
max-width: 580px;
margin: -80px auto -20px;
}
</style>
29 changes: 0 additions & 29 deletions src/public/logo-uwu.svg

This file was deleted.

0 comments on commit b6e8857

Please sign in to comment.