Skip to content

Commit

Permalink
Add links to GitHub and nais docs for swag-shop
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Jun 6, 2023
1 parent 03d8870 commit f67c1ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion swag-shop/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ const Layout: React.FC<React.PropsWithChildren<{}>> = ({ children }) => {
<Dropdown.Menu.GroupedList.Heading>
Dokumentasjon
</Dropdown.Menu.GroupedList.Heading>
<Dropdown.Menu.GroupedList.Item as="a" href="https://docs.nais.io/">
docs.nais.no
</Dropdown.Menu.GroupedList.Item>
<Dropdown.Menu.GroupedList.Item as="a" href="https://aksel.nav.no/">
Aksel.nav.no
aksel.nav.no
</Dropdown.Menu.GroupedList.Item>
</Dropdown.Menu.GroupedList>
</Dropdown.Menu>
Expand Down
2 changes: 1 addition & 1 deletion swag-shop/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Home: NextPage = () => {
nais swag shop
</Heading>
<GuidePanel>
nais swag shop er en demoapplikasjon laget for å teste ut ny frontend-funksjonalitet i NAIS og skal være et eksempel for hvordan komme i gang med frontendutvikling i NAV.
nais swag shop er en demoapplikasjon laget for å teste ut ny frontend-funksjonalitet i NAIS og skal være et eksempel for hvordan komme i gang med frontendutvikling i NAV. Du finner kildekoden på <a href="/~https://github.com/nais/examples/tree/main/swag-shop#readme" className="text-blue-500 hover:text-blue-700">GitHub</a>.
</GuidePanel>
<h2 className="mt-6 text-2xl font-bold tracking-tight text-gray-900">Anbefalt for deg</h2>
<div className="mt-6 grid grid-cols-1 gap-x-6 gap-y-10 sm:grid-cols-2 lg:grid-cols-3 xl:gap-x-8">
Expand Down

0 comments on commit f67c1ce

Please sign in to comment.