Skip to content

Commit

Permalink
Merge pull request #427 from mgguild/remove-team-member
Browse files Browse the repository at this point in the history
Remove team member and Update web browser button
  • Loading branch information
Buko-pie authored Aug 22, 2024
2 parents 289f230 + 6024927 commit 636824a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/Components/Data/FAQs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default [
answer: 'MetaSaga Warriors is built on Polygon Network.',
},
{
question: 'How do I acquire MetaSaga Warriors?',
answer: 'To acquire MetaSaga Warriors, you can purchase them directly on OpenSea.',
question: 'How do I acquire Diggers?',
answer: 'To acquire Diggers, you can purchase them directly on OpenSea.',
},
{
question:
Expand Down
24 changes: 12 additions & 12 deletions src/Components/Data/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ export default [
bgImg: 'Aldrick_Bonaobra.png',
img: 'Aldrick_Bonaobra_Blockchain_Developer.png',
},
{
name: 'John Anthony Balbin',
role: 'QA Specialist',
bgImg: 'John_Anthony_Balbin.png',
img: 'John_Anthony_Balbin_QA_Specialist.png',
},
{
name: 'Emmanuel Adornado',
role: 'QA Specialist',
bgImg: 'Emman_adonardo.png',
img: 'Emman_adonardo_qa_specialist_720.png',
},
// {
// name: 'John Anthony Balbin',
// role: 'QA Specialist',
// bgImg: 'John_Anthony_Balbin.png',
// img: 'John_Anthony_Balbin_QA_Specialist.png',
// },
// {
// name: 'Emmanuel Adornado',
// role: 'QA Specialist',
// bgImg: 'Emman_adonardo.png',
// img: 'Emman_adonardo_qa_specialist_720.png',
// },
{
name: 'Alfonse Cristofano Nasayao',
role: 'Game Artist',
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Pages/Main/Sections/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const App: React.FC<{ isScreen550: boolean }> = ({ isScreen550 }) => {
</YtBtn>
</div>
<PlayBtns>
{/* <GrowBtn isSmallScreen={isScreen550}>
<GrowBtn isSmallScreen={isScreen550}>
<a
className="btn-googleplay hover-shadow"
target="_blank"
Expand All @@ -226,7 +226,7 @@ const App: React.FC<{ isScreen550: boolean }> = ({ isScreen550 }) => {
src={require('../../../../Assets/img/7a3njak3278u099fg.png')}
/>
</a>
</GrowBtn> */}
</GrowBtn>
<GrowBtn isSmallScreen={isScreen550}>
<a
className="btn-googleplay hover-shadow"
Expand Down
6 changes: 3 additions & 3 deletions src/Components/Pages/Main/Sections/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ const Profile: React.FC<{ bgImg: string; img: string; name: string; role: string
export default function App() {
var count = 0;
const [isScreen800, setIsScreen800] = useState(false);
const [sequence, setSequence] = useState([3, 7, 10]);
const [sequence, setSequence] = useState([3, 5, 8]);

const handleResize = () => {
if (window.innerWidth < 800) {
setSequence([10]);
setSequence([8]);
} else {
setSequence([2, 6, 10]);
setSequence([4, 8]);
}
};

Expand Down
31 changes: 28 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19646,7 +19646,7 @@ string-natural-compare@^3.0.1:
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -19664,6 +19664,15 @@ string-width@^3.0.0, string-width@^3.1.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^5.1.0"

string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^5.0.1, string-width@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
Expand Down Expand Up @@ -19743,7 +19752,7 @@ stringify-object@^3.3.0:
is-obj "^1.0.1"
is-regexp "^1.0.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand All @@ -19757,6 +19766,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1:
version "7.1.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -22579,7 +22595,7 @@ [email protected]:
"@types/trusted-types" "^2.0.2"
workbox-core "6.6.1"

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -22606,6 +22622,15 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit 636824a

Please sign in to comment.