diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml new file mode 100644 index 0000000..b95c8ed --- /dev/null +++ b/.github/workflows/webpack.yml @@ -0,0 +1,28 @@ +name: NodeJS with Webpack + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [14.x, 16.x, 18.x] + + steps: + - uses: actions/checkout@v3 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + npx webpack diff --git a/package-lock.json b/package-lock.json index c85fc3a..093e040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2150,10 +2150,13 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/mitt": { "version": "1.2.0", @@ -5515,9 +5518,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true }, "mitt": { diff --git a/public/logo-text-dark.png b/public/logo-text-dark.png new file mode 100644 index 0000000..f4861f9 Binary files /dev/null and b/public/logo-text-dark.png differ diff --git a/public/logo-text-dark.svg b/public/logo-text-dark.svg deleted file mode 100644 index d234bd9..0000000 --- a/public/logo-text-dark.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/public/logo-text.png b/public/logo-text.png new file mode 100644 index 0000000..f4861f9 Binary files /dev/null and b/public/logo-text.png differ diff --git a/public/logo-text.svg b/public/logo-text.svg deleted file mode 100644 index 6b94db8..0000000 --- a/public/logo-text.svg +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..5196422 Binary files /dev/null and b/public/logo.png differ diff --git a/public/logo.svg b/public/logo.svg deleted file mode 100644 index 6fe9641..0000000 --- a/public/logo.svg +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/src/components/Header.tsx b/src/components/Header.tsx index a42036b..3979f9f 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -51,12 +51,12 @@ const Header = () => {
{resolvedTheme === 'dark' ? (
-
) : (
-
)}
@@ -187,4 +187,4 @@ const Header = () => {
)
}
-export default Header
\ No newline at end of file
+export default Header
diff --git a/src/pages/disclaimer.tsx b/src/pages/disclaimer.tsx
index 6be47a3..079c32d 100644
--- a/src/pages/disclaimer.tsx
+++ b/src/pages/disclaimer.tsx
@@ -5,32 +5,32 @@ function Disclaimer() {
return (
<>
- The information provided on this website is not investment advice, trading advice or any other sort of advice and you should not treat any of the website's content as such. ZilStream does not recommend that any cryptocurrency should be bought, sold, or held by you. Do conduct your research and consult your financial advisor before making any investment decisions.
+The information provided on this website is not investment advice, trading advice or any other sort of advice and you should not treat any of the website's content as such. GSCxBT.com does not recommend that any cryptocurrency should be bought, sold, or held by you. Do conduct your research and consult your financial advisor before making any investment decisions.
Tokens and all other information displayed on ZilStream does not constitute an endorsement, guarantee, warranty or recommendation by ZilStream.
+Tokens and all other information displayed on ZilStream does not constitute an endorsement, guarantee, warranty or recommendation by GSCxBT.com
ZilStream strives to accurately display information, but does not hold any responsibility for wrong or missing information. Information is provided as is, and it should be used at your own risk.
+GSCxBT.com strives to accurately display information, but does not hold any responsibility for wrong or missing information. Information is provided as is, and it should be used at your own risk.
Introducing ZilStream Premium Membership, Portfolio and STREAM token.
+Introducing GSCxBT.com SuperChain GSC20 Membership, GAEAos Gateway Portal and XBTA.
Read more @@ -30,4 +30,4 @@ function Updates() { ) } -export default Updates \ No newline at end of file +export default Updates diff --git a/src/pages/wallets.tsx b/src/pages/wallets.tsx index a716f1b..950339a 100644 --- a/src/pages/wallets.tsx +++ b/src/pages/wallets.tsx @@ -17,8 +17,8 @@ function Wallets() {