Skip to content

Home page - Sample UI Components broken link #79

Description

@matt-savvy

On the home page, the Learn More link for Sample UI Components is a broken link, just points to https://surface-ui.org/#

I think this is all you need to change to fix it:

@@ -29,7 +29,7 @@ defmodule SurfaceSiteWeb.App do
                     create your own custom components for your projects, including
                     buttons, tabs, table grids and more.
                   </p>
-                  <p><.link to="/samplecomponents">Learn more</.link></p>
+                  <p><.link navigate="/samplecomponents">Learn more</.link></p>
                 </CardWithIcon>
               </div>
               <div class="column is-4">

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions