this repo has no description www.baileykane.co/

Add a link to my food bluesky account to the header

+11
+11
components/pageContent/recipes/RecipesPage.tsx
··· 18 18 <div className="w-full flex flex-col items-center"> 19 19 <div className="w-full max-w-5xl space-y-4"> 20 20 <h2>Recipes</h2> 21 + <div className="text-sm text-stone-700 dark:text-stone-300"> 22 + See my latest food adventures at{" "} 23 + <a 24 + href="https://bsky.app/profile/food.baileykane.co" 25 + target="_blank" 26 + className="underline hover:decoration-2" 27 + > 28 + @food.baileykane.co 29 + </a>{" "} 30 + on Bluesky. 31 + </div> 21 32 <div className="text-lg">Behold, my lovely recipes.</div> 22 33 <SectionList className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3"> 23 34 {recipesList.data.map((recipe: RecipeType, k: Key) => (