edit button link
This commit is contained in:
parent
f102678e9f
commit
0407afaf5b
BIN
.next/cache/webpack/client-development/6.pack.gz
vendored
BIN
.next/cache/webpack/client-development/6.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/7.pack.gz
vendored
BIN
.next/cache/webpack/client-development/7.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/8.pack.gz
vendored
BIN
.next/cache/webpack/client-development/8.pack.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/13.pack.gz
vendored
BIN
.next/cache/webpack/server-development/13.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/15.pack.gz
vendored
BIN
.next/cache/webpack/server-development/15.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/17.pack.gz
vendored
BIN
.next/cache/webpack/server-development/17.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/18.pack.gz
vendored
BIN
.next/cache/webpack/server-development/18.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/19.pack.gz
vendored
BIN
.next/cache/webpack/server-development/19.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
Binary file not shown.
Binary file not shown.
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
"/_not-found/page": "app/_not-found/page.js",
|
|
||||||
"/features/page": "app/features/page.js",
|
"/features/page": "app/features/page.js",
|
||||||
"/about/page": "app/about/page.js",
|
"/about/page": "app/about/page.js",
|
||||||
"/heroverse/page": "app/heroverse/page.js",
|
|
||||||
"/usecases/page": "app/usecases/page.js",
|
"/usecases/page": "app/usecases/page.js",
|
||||||
"/community/page": "app/community/page.js",
|
"/community/page": "app/community/page.js",
|
||||||
"/(main)/page": "app/(main)/page.js"
|
"/(main)/page": "app/(main)/page.js"
|
||||||
|
File diff suppressed because one or more lines are too long
@ -125,7 +125,7 @@
|
|||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/getFullHash */
|
/******/ /* webpack/runtime/getFullHash */
|
||||||
/******/ (() => {
|
/******/ (() => {
|
||||||
/******/ __webpack_require__.h = () => ("59685d0ade9a03f4")
|
/******/ __webpack_require__.h = () => ("ac4391f5ab68e94e")
|
||||||
/******/ })();
|
/******/ })();
|
||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -34,7 +34,7 @@ export function Header() {
|
|||||||
</a>
|
</a>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<Button href="#">Join OurVerse</Button>
|
<Button href="https://portal.ourverse.tf" className="btn-dark" target="_blank" rel="noopener noreferrer">Join OurVerse</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="lg:hidden flex items-center bg-gradient3">
|
<div className="lg:hidden flex items-center bg-gradient3">
|
||||||
<button
|
<button
|
||||||
@ -73,7 +73,7 @@ export function Header() {
|
|||||||
{item.name}
|
{item.name}
|
||||||
</a>
|
</a>
|
||||||
))}
|
))}
|
||||||
<Button href="#" className="mt-4 btn-dark">
|
<Button href="https://portal.ourverse.tf" className="mt-4 btn-dark px-4 py-2" target="_blank" rel="noopener noreferrer">
|
||||||
Join OurVerse
|
Join OurVerse
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user