generated from Markkos89/turbo-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from Developer-DAO/feat/styling-fixes
Feat/styling fixes
- Loading branch information
Showing
20 changed files
with
181 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#### MVP release TODOs | ||
|
||
- ~~trackpage: add half-width image~~ | ||
- trackpage: we can try add another track | ||
- intro-to-ethereum page: more length in the track description (to wolovim) | ||
- ~~tracks/lessons card: add the border from figma (static and :hover border)~~ | ||
- lesson's page: fix the mdx components (/component/mdx/Components.tsx) | ||
- remove overflow on tracksPage | ||
- ~~remove polygon logo from partners~~ | ||
- ~~social buttons have incorrect vertical alignment (from wolovim - github, twitter and mirror logos)~~ | ||
- lists (bullet points) on mdx is not being rendered correctly | ||
- headers lacks of some padding (maybe bottom padding) | ||
- wallet integration must be checked (markkos89) | ||
|
||
#### Links that are missing: | ||
|
||
- feedback button | ||
- newsletter button | ||
- mirror.xyz button |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
import { useRouter } from "next/router"; | ||
import type { FunctionComponent, PropsWithChildren } from "react"; | ||
import { Footer } from "ui"; | ||
|
||
import { Header } from "@/components/Header"; | ||
|
||
export const Layout: FunctionComponent<PropsWithChildren> = ({ children }) => { | ||
const router = useRouter(); | ||
const { pathname } = router; | ||
return ( | ||
<> | ||
<Header /> | ||
{children} | ||
<Footer /> | ||
<main className="">{children}</main> | ||
{pathname !== "/tracks" ? <Footer /> : null} | ||
</> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
087feb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
academy-turbo – ./apps/academy
academy-turbo-developdao.vercel.app
academy-turbo-academy.vercel.app
academy-turbo-git-main-developdao.vercel.app