edit
This commit is contained in:
parent
43e0d29f35
commit
60c2bb01d5
@ -2,7 +2,7 @@
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/community/page": "app/community/page.js",
|
||||
"/about/page": "app/about/page.js",
|
||||
"/(main)/page": "app/(main)/page.js",
|
||||
"/events/page": "app/events/page.js",
|
||||
"/(main)/page": "app/(main)/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 = () => ("26338c8a3935eaea")
|
||||
/******/ __webpack_require__.h = () => ("d4bd76009be25590")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
File diff suppressed because one or more lines are too long
@ -144,7 +144,7 @@ export default function Footer2() {
|
||||
</div>
|
||||
<div className="md:grid md:grid-cols-2 md:gap-8">
|
||||
<div>
|
||||
<h3 className="text-sm font-semibold leading-6 text-purple-900">Company</h3>
|
||||
<h3 className="text-sm font-semibold leading-6 text-purple-900">Partners</h3>
|
||||
<ul role="list" className="mt-6 space-y-4">
|
||||
{navigation.partners.map((item) => (
|
||||
<li key={item.name}>
|
||||
|
Loading…
Reference in New Issue
Block a user