Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebrand wwWallet to Funke Wallet #6

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#003476" />
<meta name="description" content="wwWallet" />
<meta name="description" content="Funke Wallet" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/wallet_192.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<title>wwWallet</title>
<meta name="description" content="wwWallet is a secure web wallet for storing and managing verifiable credentials.">
<title>Funke Wallet</title>
<meta name="description" content="Funke Wallet is a secure web wallet for storing and managing verifiable credentials.">
<meta name="keywords"
content="wwWallet, web wallet, wallet, secure storage, verifiable credentials, digital credentials, credentials management">
<meta property="og:title" content="wwWallet: Secure Storage and Management of Verifiable Credentials">
content="Funke Wallet, web wallet, wallet, secure storage, verifiable credentials, digital credentials, credentials management">
<meta property="og:title" content="Funke Wallet: Secure Storage and Management of Verifiable Credentials">
<meta property="og:description"
content="wwWallet is a secure web wallet for storing and managing verifiable credentials.">
<meta property="og:image" content="https://demo.wwwallet.org/wallet_512.png">
<meta property="og:url" content="https://demo.wwwallet.org">
content="Funke Wallet is a secure web wallet for storing and managing verifiable credentials.">
<meta property="og:image" content="https://funke.wwwallet.org/wallet_512.png">
<meta property="og:url" content="https://funke.wwwallet.org">
<meta property="og:type" content="website">
<meta name="twitter:title" content="wwWallet: Secure Storage and Management of Verifiable Credentials">
<meta name="twitter:title" content="Funke Wallet: Secure Storage and Management of Verifiable Credentials">
<meta name="twitter:description"
content="wwWallet is a secure web wallet for storing and managing verifiable credentials.">
<meta name="twitter:image" content="https://demo.wwwallet.org/wallet_512.png">
content="Funke Wallet is a secure web wallet for storing and managing verifiable credentials.">
<meta name="twitter:image" content="https://funke.wwwallet.org/wallet_512.png">
<meta name="twitter:card" content="summary_large_image">
</head>

Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "wwWallet",
"name": "wwWallet",
"short_name": "Funke Wallet",
"name": "Funke Wallet",
"icons": [
{
"src": "wallet_16.png",
Expand Down Expand Up @@ -32,7 +32,7 @@
"display": "standalone",
"orientation": "any",
"theme_color": "#003476",
"description": "wwWallet enables secure storage and management of verifiable credentials.",
"description": "Funke Wallet enables secure storage and management of verifiable credentials.",
"background_color": "#ffffff",
"scope": "/",
"dir": "ltr",
Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Disallow: /send
Allow: /login

Allow: /
Sitemap: https://demo.wwwallet.org/sitemap.xml
Sitemap: https://funke.wwwallet.org/sitemap.xml
6 changes: 3 additions & 3 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://demo.wwwallet.org/login</loc>
<lastmod>2024-04-25</lastmod>
<loc>https://funke.wwwallet.org/login</loc>
<lastmod>2024-10-04</lastmod>
<priority>1.0</priority>
<changefreq>monthly</changefreq>
<changefreq>weekly</changefreq>
</url>
</urlset>
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"refresh": "Refresh",
"submit": "Submit",
"tryAgain": "Try again",
"walletName": "wwWallet"
"walletName": "Funke Wallet"
},
"layout": {
"messageAllowPermission": "To receive real-time updates of <strong>Credentials, allow notifications permission and reload this page</strong>.",
Expand Down
Loading