chore(app): update core and tweak link copy
This commit is contained in:
committed by
Tobias Fried
parent
697c6c836c
commit
ea81b78da1
@@ -27,7 +27,7 @@
|
||||
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@phosphor-icons/core": "^2.0.4",
|
||||
"@phosphor-icons/core": "^2.0.8",
|
||||
"@phosphor-icons/react": "^2.0.15",
|
||||
"@recoiljs/refine": "^0.1.1",
|
||||
"file-saver": "^2.0.2",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -6,8 +6,8 @@ settings:
|
||||
|
||||
dependencies:
|
||||
'@phosphor-icons/core':
|
||||
specifier: ^2.0.4
|
||||
version: 2.0.4
|
||||
specifier: ^2.0.8
|
||||
version: 2.0.8
|
||||
'@phosphor-icons/react':
|
||||
specifier: ^2.0.15
|
||||
version: 2.0.15(react-dom@18.2.0)(react@18.2.0)
|
||||
@@ -668,8 +668,8 @@ packages:
|
||||
'@jridgewell/sourcemap-codec': 1.4.15
|
||||
dev: true
|
||||
|
||||
/@phosphor-icons/core@2.0.4:
|
||||
resolution: {integrity: sha512-VLSxdZvcplDn2afkxiDMrHbTFNudFwzxrplPqyU5a6uerqCHRl18kZ2yGFu7fI9ET+d1+kbYkdS02D24rMA6tA==}
|
||||
/@phosphor-icons/core@2.0.8:
|
||||
resolution: {integrity: sha512-I9MdTtqjqZDXwo6bbG5lRWZUJMWgXc70hZAVG1OVNVmb6j7039slVXLDH4VEok3U3h1Yhotxe8G5l4sPHJBDzQ==}
|
||||
dev: false
|
||||
|
||||
/@phosphor-icons/react@2.0.15(react-dom@18.2.0)(react@18.2.0):
|
||||
|
||||
@@ -61,10 +61,8 @@ const Header = (_: HeaderProps) => {
|
||||
<a href="https://www.buymeacoffee.com/phosphoricons">
|
||||
Buy Me a Coffee
|
||||
</a>
|
||||
! It takes a lot of work to make Phosphor available to the public
|
||||
free and open-source, and your one-time or recurring contribution
|
||||
does a lot to keep us going. Please show us some support if you
|
||||
can!
|
||||
! Your one-time or recurring contribution does a lot to keep us
|
||||
going. Please show us some support if you can!
|
||||
</small>
|
||||
</div>
|
||||
</Banner>
|
||||
|
||||
@@ -90,7 +90,7 @@ const Links = (_: LinksProps) => {
|
||||
href="https://www.buymeacoffee.com/phosphoricons"
|
||||
eventLabel="Donate"
|
||||
>
|
||||
Donate on BuyMeACoffee
|
||||
Donate
|
||||
</OutboundLink>
|
||||
{" / "}
|
||||
<OutboundLink
|
||||
|
||||
Reference in New Issue
Block a user