Skip to content

Commit

Permalink
Added link. 🚢
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeutler committed Oct 23, 2022
1 parent 9a7d377 commit 312d515
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/recipes/[id].tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Container, Grid, Image, Text } from "@nextui-org/react";
import { Container, Grid, Image, Link, Text } from "@nextui-org/react";
import { NextPage } from "next";
import path from "path";
import IngredientsTable from "../../components/IngredientsTable";
Expand Down Expand Up @@ -42,6 +42,11 @@ const RecipeDetails: NextPage<{ recipe: Recipe }> = ({ recipe }) => {
{recipe.name}
</Text>
</Grid>
<Grid xs={12}>
<Link isExternal href={recipe.url}>
Rezept
</Link>
</Grid>
<Grid xs={12}>
<IngredientsTable
ingredients={recipe.ingredients}
Expand Down

3 comments on commit 312d515

@vercel
Copy link

@vercel vercel bot commented on 312d515 Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-git-main-baselhack2022.vercel.app
app-coral-phi.vercel.app
app-baselhack2022.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 312d515 Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-7rq9 – ./

app-7rq9.vercel.app
app-7rq9-git-main-baselhack2022.vercel.app
app-7rq9-baselhack2022.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 312d515 Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-vct1 – ./

app-vct1.vercel.app
app-vct1-baselhack2022.vercel.app
app-vct1-git-main-baselhack2022.vercel.app

Please sign in to comment.