openculinary / frontend

The RecipeRadar Frontend is a recipe search and meal planning application
GNU Affero General Public License v3.0
13 stars 2 forks source link

Add current-page link icon to the recipe detail page #180

Closed jayaddison closed 3 years ago

jayaddison commented 3 years ago

Describe the reason for these changes and the problem that they solve

This change adds a hyperlink icon to the recipe detail page, allowing users to share the current recipe URL if they do not have access to an address bar (such as when the application is installed as a PWA).

Briefly summarize the changes

  1. Add a link icon with a URL pointing to the current recipe on the recipe detail page

How have the changes been tested?

  1. Local development testing

Related issues

Resolves #176.