chore(app): update core and tweak link copy

This commit is contained in:
rektdeckard
2024-02-01 03:15:11 -07:00
committed by Tobias Fried
parent 697c6c836c
commit ea81b78da1
4 changed files with 8 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\"" "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\""
}, },
"dependencies": { "dependencies": {
"@phosphor-icons/core": "^2.0.4", "@phosphor-icons/core": "^2.0.8",
"@phosphor-icons/react": "^2.0.15", "@phosphor-icons/react": "^2.0.15",
"@recoiljs/refine": "^0.1.1", "@recoiljs/refine": "^0.1.1",
"file-saver": "^2.0.2", "file-saver": "^2.0.2",

8
pnpm-lock.yaml generated
View File

@@ -6,8 +6,8 @@ settings:
dependencies: dependencies:
'@phosphor-icons/core': '@phosphor-icons/core':
specifier: ^2.0.4 specifier: ^2.0.8
version: 2.0.4 version: 2.0.8
'@phosphor-icons/react': '@phosphor-icons/react':
specifier: ^2.0.15 specifier: ^2.0.15
version: 2.0.15(react-dom@18.2.0)(react@18.2.0) version: 2.0.15(react-dom@18.2.0)(react@18.2.0)
@@ -668,8 +668,8 @@ packages:
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
dev: true dev: true
/@phosphor-icons/core@2.0.4: /@phosphor-icons/core@2.0.8:
resolution: {integrity: sha512-VLSxdZvcplDn2afkxiDMrHbTFNudFwzxrplPqyU5a6uerqCHRl18kZ2yGFu7fI9ET+d1+kbYkdS02D24rMA6tA==} resolution: {integrity: sha512-I9MdTtqjqZDXwo6bbG5lRWZUJMWgXc70hZAVG1OVNVmb6j7039slVXLDH4VEok3U3h1Yhotxe8G5l4sPHJBDzQ==}
dev: false dev: false
/@phosphor-icons/react@2.0.15(react-dom@18.2.0)(react@18.2.0): /@phosphor-icons/react@2.0.15(react-dom@18.2.0)(react@18.2.0):

View File

@@ -61,10 +61,8 @@ const Header = (_: HeaderProps) => {
<a href="https://www.buymeacoffee.com/phosphoricons"> <a href="https://www.buymeacoffee.com/phosphoricons">
Buy Me a Coffee Buy Me a Coffee
</a> </a>
! It takes a lot of work to make Phosphor available to the public ! Your one-time or recurring contribution does a lot to keep us
free and open-source, and your one-time or recurring contribution going. Please show us some support if you can!
does a lot to keep us going. Please show us some support if you
can!
</small> </small>
</div> </div>
</Banner> </Banner>

View File

@@ -90,7 +90,7 @@ const Links = (_: LinksProps) => {
href="https://www.buymeacoffee.com/phosphoricons" href="https://www.buymeacoffee.com/phosphoricons"
eventLabel="Donate" eventLabel="Donate"
> >
Donate on BuyMeACoffee Donate
</OutboundLink> </OutboundLink>
{" / "} {" / "}
<OutboundLink <OutboundLink