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