Skip to content

Commit

Permalink
Move getting started from use to learn (#735)
Browse files Browse the repository at this point in the history
Since learn is more documentation and content focused and use is more
app focused.
  • Loading branch information
NullSoldier authored Oct 21, 2024
1 parent 15221c4 commit 3e56a84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions public/images/nav/learn-book-fish.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/images/nav/use-book-fish.svg

This file was deleted.

12 changes: 6 additions & 6 deletions shared/navLinks/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export const links = [
label: messages.learn,
color: "blue",
items: [
{
title: messages.getStartedTitle,
description: messages.getStartedDescription,
href: "/use/get-started",
image: "/images/nav/learn-book-fish.svg",
},
{
title: messages.faqTitle,
description: messages.faqDescription,
Expand All @@ -29,12 +35,6 @@ export const links = [
label: messages.use,
color: "orange",
items: [
{
title: messages.getStartedTitle,
description: messages.getStartedDescription,
href: "/use/get-started",
image: "/images/nav/use-book-fish.svg",
},
{
title: messages.nodeAppTitle,
description: messages.nodeAppDescription,
Expand Down

0 comments on commit 3e56a84

Please sign in to comment.