Skip to content

Commit

Permalink
update sample icon to use TON icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyun28 committed Aug 18, 2024
1 parent 64c286e commit 12796a8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png+xml" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TON Sample App</title>
</head>
Expand Down
Binary file added dapp/public/icon.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 dapp/public/tonconnect-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://kshyun28.github.io/ton-sample-app/",
"name": "TON Sample App",
"iconUrl": "https://kshyun28.github.io/ton-sample-app/vite.svg"
"iconUrl": "https://kshyun28.github.io/ton-sample-app/icon.png"
}
1 change: 0 additions & 1 deletion dapp/public/vite.svg

This file was deleted.

1 change: 0 additions & 1 deletion dapp/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import App from './App';
import './index.css';
import { TonConnectUIProvider } from '@tonconnect/ui-react';

// this manifest is used temporarily for development purposes
const manifestUrl = 'https://kshyun28.github.io/ton-sample-app/tonconnect-manifest.json';

ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
Expand Down

0 comments on commit 12796a8

Please sign in to comment.