Skip to content

Commit

Permalink
Merge branch 'jennifer/3417-implement-shared-components-utils-hooks-e…
Browse files Browse the repository at this point in the history
…tc-structure-in-monorepo' of https://github.com/ten-protocol/go-ten into jennifer/3941-tenscan-implement-monorepo-changes
  • Loading branch information
Jennievon committed Sep 27, 2024
2 parents caed604 + 3708766 commit 408faca
Show file tree
Hide file tree
Showing 15 changed files with 246 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/public/assets/images/clock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/public/assets/images/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/ui/public/assets/images/ten.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions packages/ui/public/docs/privacy.json

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions packages/ui/public/docs/terms.json

Large diffs are not rendered by default.

Binary file added packages/ui/public/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/public/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/public/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/public/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ui/public/favicon/favicon.ico
Binary file not shown.
19 changes: 19 additions & 0 deletions packages/ui/public/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Ten Bridge",
"short_name": "Ten Bridge",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#db766b",
"background_color": "#db766b",
"display": "standalone"
}

0 comments on commit 408faca

Please sign in to comment.