From c756a129a2b8a6dde41002c96a4e46bb52b4d7db Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sun, 15 Dec 2024 14:44:29 +0100 Subject: [PATCH] fix: recipe links --- README.md | 5 ++++- pages/categories/[name].vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 022fdaa..4973173 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,11 @@ address: [link](https://mood2food.netlify.app/). ## Built With - [Nuxt](https://nuxt.com/) - The Intuitive Vue Framework -- [Tailwindcss](https://tailwindcss.com) -Rapidly build modern websites without +- [tRPC](https://trpc.io/) - End-to-end typesafe APIs made easy +- [Tailwindcss](https://tailwindcss.com) - Rapidly build modern websites without ever leaving your HTML. +- [daisyUI](https://daisyui.com/) - The most popular component library for + Tailwind CSS - [TheMealDb](https://www.themealdb.com/api.php) - An open, crowd-sourced database of Recipes from around the world diff --git a/pages/categories/[name].vue b/pages/categories/[name].vue index cca8c0c..fa35e6c 100644 --- a/pages/categories/[name].vue +++ b/pages/categories/[name].vue @@ -65,7 +65,7 @@ useSeoMeta({

{{ recipe.title }}

- + View Recipe