feat(ui): добавить Trade-In / Концепция / Админ в landing nav (#438)
This commit is contained in:
parent
b233bf91cc
commit
65c77b96b6
1 changed files with 39 additions and 3 deletions
|
|
@ -157,11 +157,17 @@ export default function HomePage() {
|
||||||
zIndex: 100,
|
zIndex: 100,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span
|
<a
|
||||||
style={{ fontWeight: 700, fontSize: 17, color: "var(--fg-primary)" }}
|
href="/"
|
||||||
|
style={{
|
||||||
|
fontWeight: 700,
|
||||||
|
fontSize: 17,
|
||||||
|
color: "var(--fg-primary)",
|
||||||
|
textDecoration: "none",
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
GenDesign
|
GenDesign
|
||||||
</span>
|
</a>
|
||||||
<div style={{ display: "flex", gap: 24, alignItems: "center" }}>
|
<div style={{ display: "flex", gap: 24, alignItems: "center" }}>
|
||||||
<a
|
<a
|
||||||
href="/analytics"
|
href="/analytics"
|
||||||
|
|
@ -183,6 +189,36 @@ export default function HomePage() {
|
||||||
>
|
>
|
||||||
Site Finder
|
Site Finder
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href="/trade-in/"
|
||||||
|
style={{
|
||||||
|
fontSize: 14,
|
||||||
|
color: "var(--fg-secondary)",
|
||||||
|
textDecoration: "none",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Trade-In
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="/concept"
|
||||||
|
style={{
|
||||||
|
fontSize: 14,
|
||||||
|
color: "var(--fg-secondary)",
|
||||||
|
textDecoration: "none",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Концепция
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="/admin/scrape/all"
|
||||||
|
style={{
|
||||||
|
fontSize: 14,
|
||||||
|
color: "var(--fg-secondary)",
|
||||||
|
textDecoration: "none",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Админ
|
||||||
|
</a>
|
||||||
<button
|
<button
|
||||||
onClick={() => setModalOpen(true)}
|
onClick={() => setModalOpen(true)}
|
||||||
style={{
|
style={{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue