Skip to content

Commit

Permalink
remove uwu logo due to font licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 1, 2024
1 parent fddbd8e commit 7aa1cb3
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 @@ -605,14 +605,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 @@ -308,15 +307,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.

7 comments on commit 7aa1cb3

@verymoe
Copy link

@verymoe verymoe commented on 7aa1cb3 May 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😭😭😭

@macabeus
Copy link

@macabeus macabeus commented on 7aa1cb3 May 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP

@ThatOneCalculator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll live on in our hearts....

@absolute-tk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sadge
IMG_4583

@Justineo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ngotrongphuc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no more uwu 😭

@cuynu
Copy link

@cuynu cuynu commented on 7aa1cb3 May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated but : https://react.dev/?uwu=true

Please sign in to comment.