events
This commit is contained in:
parent
4cf78f4f17
commit
47e1ef47c6
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
BIN
.next/cache/webpack/client-development/2.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.
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/11.pack.gz
vendored
BIN
.next/cache/webpack/server-development/11.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/20.pack.gz
vendored
BIN
.next/cache/webpack/server-development/20.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.
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/9.pack.gz
vendored
BIN
.next/cache/webpack/server-development/9.pack.gz
vendored
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/community/page": "app/community/page.js",
|
||||
"/about/page": "app/about/page.js",
|
||||
"/events/page": "app/events/page.js",
|
||||
"/(main)/page": "app/(main)/page.js",
|
||||
"/events/page": "app/events/page.js",
|
||||
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js"
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -125,7 +125,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.h = () => ("8a7555a893af4987")
|
||||
/******/ __webpack_require__.h = () => ("26338c8a3935eaea")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
File diff suppressed because one or more lines are too long
@ -9,8 +9,9 @@ const navigation = {
|
||||
{ name: 'OurVerse App', href: '#' },
|
||||
],
|
||||
support: [
|
||||
{ name: 'Customer Care', href: 'mailto:info@ourworld.tf' },
|
||||
{ name: 'Support', href: 'mailto:info@ourworld.tf' },
|
||||
{ name: 'Community', href: '/community.html' },
|
||||
{ name: 'Events', href: '/events.html' },
|
||||
],
|
||||
partners: [
|
||||
{ name: 'OurWorld', href: 'https://ourworld.tf' },
|
||||
@ -129,7 +130,7 @@ export default function Footer2() {
|
||||
</ul>
|
||||
</div>
|
||||
<div className="mt-10 md:mt-0">
|
||||
<h3 className="text-sm font-semibold leading-6 text-purple-900">Support</h3>
|
||||
<h3 className="text-sm font-semibold leading-6 text-purple-900">Community</h3>
|
||||
<ul role="list" className="mt-6 space-y-4">
|
||||
{navigation.support.map((item) => (
|
||||
<li key={item.name}>
|
||||
|
Loading…
Reference in New Issue
Block a user