Skip to content

Commit

Permalink
Fix the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Aug 19, 2024
1 parent 1eace4e commit f0bcd0b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
1 change: 1 addition & 0 deletions build/assets/index-CNEnG0qc.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/assets/index-Zdx1howR.css

This file was deleted.

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Polkadot UI | Dashboard</title>
<script type="module" crossorigin src="/assets/index-DWlyYl-p.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Zdx1howR.css">
<title>DelegIt | Dashboard</title>
<script type="module" crossorigin src="/dashboard/assets/index-eE1c8fa1.js"></script>
<link rel="stylesheet" crossorigin href="/dashboard/assets/index-CNEnG0qc.css">
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Polkadot UI | Dashboard</title>
<title>DelegIt | Dashboard</title>
</head>
<body>
<div id="root"></div>
Expand Down
13 changes: 6 additions & 7 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
* Global Constants
*/
const AppVersion = '0.1.1'
const DappName = 'Polkadot Technical Fellowship Dashboard'
const PolkadotUrl = 'https://polkadot-fellows.github.io/dashboard'
const DappName = 'Polkadot DelegIt Dashboard'
const PolkadotUrl = 'https://delegit-xyz.github.io/dashboard'

const GithubOwner = 'polkadot-fellows'
const GithubRfc = 'RFCs'
const GithubApiUrl = `https://api.github.com/repos/${GithubOwner}/${GithubRfc}`
const GithubOwner = 'delegit-xyz'
// const GithubApiUrl = `https://api.github.com/repos/${GithubOwner}/${GithubRfc}`

const SideMenuMaximisedWidth = 185
const SideMenuMinimisedWidth = 75
Expand Down Expand Up @@ -157,8 +156,8 @@ export {
DappName,
PolkadotUrl,
GithubOwner,
GithubRfc,
GithubApiUrl,
// GithubRfc,
// GithubApiUrl,
SideMenuMaximisedWidth,
SideMenuMinimisedWidth,
SideMenuStickyThreshold,
Expand Down

0 comments on commit f0bcd0b

Please sign in to comment.