Remove TODOs around replacing components
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<nav class="border-b border-slate-900/10 dark:border-slate-300/10" aria-label="Sections">
|
||||
<div class="mx-auto max-w-screen-2xl px-4 sm:px-6 lg:px-8 2xl:px-0">
|
||||
<div class="flex h-16 justify-between">
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
</head>
|
||||
<body class="bg-white dark:bg-zinc-900">
|
||||
{@inner_content}
|
||||
<%!-- TODO: replace with OSS version --%>
|
||||
<footer class="mt-8 border-t border-slate-900/10 dark:border-slate-300/10">
|
||||
<div class="mx-auto max-w-screen-2xl pb-8 px-4 sm:px-8 2xl:px-0">
|
||||
<div class="pt-8 flex items-center justify-between">
|
||||
|
||||
Reference in New Issue
Block a user