Skip to content

Commit

Permalink
Add beer icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Apr 3, 2024
1 parent e5d8e7f commit 1fa5d5e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions euroe-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

Use icon for wallet connect proof request.

## 0.2.0

Add support for wallet-connect.
Expand Down
Binary file added euroe-demo/image/beer-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion euroe-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "euroe-demo",
"private": true,
"version": "0.2.0-1",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions euroe-demo/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ RUN corepack yarn build
FROM nginx
COPY --from=build ./app/dist ./usr/share/nginx/html
COPY ./image/favicon.svg ./usr/share/nginx/html/favicon.svg
COPY ./image/beer-logo.png ./usr/share/nginx/html/beer-logo.png
COPY ./scripts/nginx.conf /etc/nginx/conf.d/default.conf
2 changes: 1 addition & 1 deletion euroe-demo/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const WALLET_CONNECT_OPTS: SignClientTypes.Options = {
name: 'EuroE demo',
description: 'Example dApp for accessing an age restricted store where EuroE can be used to buy items.',
url: '#',
icons: ['https://walletconnect.com/walletconnect-logo.png'],
icons: ['https://euroe-demo.testnet.concordium.com/beer-logo.png'],
},
};

Expand Down

0 comments on commit 1fa5d5e

Please sign in to comment.