Skip to content

Commit

Permalink
Merge pull request #123 from M3-org/load-by-manifest-characters
Browse files Browse the repository at this point in the history
add changes for github pages to work
  • Loading branch information
madjin authored Feb 3, 2024
2 parents 7438d7d + 7bec862 commit d3fc86c
Show file tree
Hide file tree
Showing 20 changed files with 89 additions and 89 deletions.
6 changes: 3 additions & 3 deletions src/components/ARButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
}

.AROn {
background-image: url('/ui/aron.svg');
background-image: url('./ui/aron.svg');
}

.AROff {
background-image: url('/ui/aroff.svg');
}
background-image: url('./ui/aroff.svg');
}
6 changes: 3 additions & 3 deletions src/components/AudioButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
}

.AudioOn {
background-image: url('/ui/soundon.svg');
background-image: url('./ui/soundon.svg');
}

.AudioOff {
background-image: url('/ui/soundoff.svg');
background-image: url('./ui/soundoff.svg');

}
}
6 changes: 3 additions & 3 deletions src/components/BackButton.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.StyledBackButton {
background: url('/ui/backButton_gray.png') center center no-repeat;
background: url('./ui/backButton_gray.png') center center no-repeat;
background-size: 45% 55%;
height: 4em;
width: 4em;
Expand All @@ -19,6 +19,6 @@
.StyledBackButton:hover {
opacity: 1.0;
cursor: pointer;
background: url('/ui/backButton_white.png') center center no-repeat;
background: url('./ui/backButton_white.png') center center no-repeat;
background-size: 45% 55%;
}
}
4 changes: 2 additions & 2 deletions src/components/Background.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.backgroundImg {
background-image: url('/assets/backgrounds/background4.jpg');
background-image: url('./assets/backgrounds/background4.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
Expand Down Expand Up @@ -27,7 +27,7 @@
}

.Background {
background: url('/assets/backgrounds/background4.jpg');
background: url('./assets/backgrounds/background4.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down
4 changes: 2 additions & 2 deletions src/components/BottomDisplayMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
background-color: #1e2530;
}
.left-button{
background: url('/ui/backButton_small.png');
background: url('./ui/backButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.right-button{
background: url('/ui/nextButton_small.png');
background: url('./ui/nextButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down
6 changes: 3 additions & 3 deletions src/components/JsonAttributes.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@
background-color: #1e2530;
}
.left-button{
background: url('/ui/backButton_small.png');
background: url('./ui/backButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.right-button{
background: url('/ui/nextButton_small.png');
background: url('./ui/nextButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -140,4 +140,4 @@
justify-content: center;
align-content: center;
height: 40px;
}
}
2 changes: 1 addition & 1 deletion src/components/Logo.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react"
import "./Logo.css"
export default function Logo () {
return <div className="logo"><img src="/ui/weba.png" /></div>
return <div className="logo"><img src="./ui/weba.png" /></div>
}
6 changes: 3 additions & 3 deletions src/components/MergeOptions.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
background-color: #1e2530;
}
.left-button{
background: url('/ui/backButton_small.png');
background: url('./ui/backButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.right-button{
background: url('/ui/nextButton_small.png');
background: url('./ui/nextButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -113,4 +113,4 @@
align-items: center;
justify-content: left;
height: 40px;
}
}
6 changes: 3 additions & 3 deletions src/components/ModelInformation.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
background-color: #1e2530;
}
.left-button{
background: url('/ui/backButton_small.png');
background: url('./ui/backButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.right-button{
background: url('/ui/nextButton_small.png');
background: url('./ui/nextButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -144,4 +144,4 @@
justify-content: center;
align-content: center;
height: 40px;
}
}
6 changes: 3 additions & 3 deletions src/components/TraitInformation.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
background-color: #1e2530;
}
.left-button{
background: url('/ui/backButton_small.png');
background: url('./ui/backButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.right-button{
background: url('/ui/nextButton_small.png');
background: url('./ui/nextButton_small.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -159,4 +159,4 @@
align-items : center;
user-select: none;
cursor: pointer;
}
}
68 changes: 34 additions & 34 deletions src/components/custom-button/IconCollection.jsx
Original file line number Diff line number Diff line change
@@ -1,134 +1,134 @@
export const IconCollection = [
{
name: 'backpack',
file: '/assets/icons/backpack.svg',
file: './assets/icons/backpack.svg',
},
{
name: 'microphone',
file: '/assets/icons/microphone.svg',
file: './assets/icons/microphone.svg',
},
{
name: 'speechToText',
file: '/assets/icons/speechToText.svg',
file: './assets/icons/speechToText.svg',
},
{
name: 'arrowRight',
file: '/assets/icons/arrowRight.svg',
file: './assets/icons/arrowRight.svg',
},
{
name: 'arrowLeft',
file: '/assets/icons/arrowLeft.svg',
file: './assets/icons/arrowLeft.svg',
},
{
name: 'rooms',
file: '/assets/icons/rooms.svg',
file: './assets/icons/rooms.svg',
},
{
name: 'scenes',
file: '/assets/icons/scenes.svg',
file: './assets/icons/scenes.svg',
},
{
name: 'settings',
file: '/assets/icons/settings.svg',
file: './assets/icons/settings.svg',
},
{
name: 'tokens',
file: '/assets/icons/tokens.svg',
file: './assets/icons/tokens.svg',
},
{
name: 'voice',
file: '/assets/icons/voice.svg',
file: './assets/icons/voice.svg',
},
{
name: 'vr',
file: '/assets/icons/vr.svg',
file: './assets/icons/vr.svg',
},
{
name: 'discord',
file: '/assets/icons/discord.svg',
file: './assets/icons/discord.svg',
},
{
name: 'metamask',
file: '/assets/icons/metamask.svg',
file: './assets/icons/metamask.svg',
},
{
name: 'close',
file: '/assets/icons/close.svg',
file: './assets/icons/close.svg',
},
{
name: 'hide',
file: '/assets/icons/hide.svg',
file: './assets/icons/hide.svg',
},
{
name: 'map',
file: '/assets/icons/map.svg',
file: './assets/icons/map.svg',
},
{
name: 'login',
file: '/assets/icons/login.svg',
file: './assets/icons/login.svg',
},
{
name: 'logout',
file: '/assets/icons/logout.svg',
file: './assets/icons/logout.svg',
},
{
name: 'plus',
file: '/assets/icons/plus.svg',
file: './assets/icons/plus.svg',
},
{
name: 'minus',
file: '/assets/icons/minus.svg',
file: './assets/icons/minus.svg',
},
{
name: 'mint',
file: '/assets/icons/mint.svg',
file: './assets/icons/mint.svg',
},
{
name: 'download',
file: '/assets/icons/download.svg',
file: './assets/icons/download.svg',
},
{
name: 'classDropHunter',
file: '/assets/icons/class-drop-hunter.svg',
file: './assets/icons/class-drop-hunter.svg',
},
{
name: 'classEndineer',
file: '/assets/icons/class-engineer.svg',
file: './assets/icons/class-engineer.svg',
},
{
name: 'classCustom',
file: '/assets/icons/class-custom.svg',
file: './assets/icons/class-custom.svg',
},
{
name: 'classNeuralHacker',
file: '/assets/icons/class-neural-hacker.svg',
file: './assets/icons/class-neural-hacker.svg',
},
{
name: 'classLiskWitch',
file: '/assets/icons/class-lisk-witch.svg',
file: './assets/icons/class-lisk-witch.svg',
},
{
name: 'classBruiser',
file: '/assets/icons/class-bruiser.svg',
file: './assets/icons/class-bruiser.svg',
},
{
name: 'classBeastPainter',
file: '/assets/icons/class-beast-painter.svg',
file: './assets/icons/class-beast-painter.svg',
},
{
name: 'soundon',
file: '/assets/icons/soundon.svg',
file: './assets/icons/soundon.svg',
},
{
name: 'soundoff',
file: '/assets/icons/soundoff.svg',
file: './assets/icons/soundoff.svg',
},
{
name: 'soundoff',
file: '/assets/icons/soundoff.svg',
file: './assets/icons/soundoff.svg',
},
{
name: 'polygon',
file: '/assets/icons/polygon.svg',
file: './assets/icons/polygon.svg',
},
];
];
Loading

0 comments on commit d3fc86c

Please sign in to comment.