Started working on building zen from source

Co-authored-by: Jafeth Garro <IAmJafeth@users.noreply.github.com>
This commit is contained in:
Mauro Balades 2024-08-18 01:32:18 +02:00
parent 779c0188f1
commit ca6d507ec7
15 changed files with 82 additions and 47 deletions

View file

@ -9,6 +9,7 @@ export const sharedPageComponents: SharedLayout = {
footer: Component.Footer({
links: {
GitHub: "https://github.com/zen-browser/",
Homepage: "https://www.zen-browser.app/",
"Discord Community": "https://discord.gg/nnShMQzR4b",
},
}),
@ -21,7 +22,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.ArticleTitle(),
Component.ContentMeta(),
Component.TagList(),
],
],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),