diff --git a/client/pages/ExplorePage.tsx b/client/pages/ExplorePage.tsx index 117f51e..677bf17 100644 --- a/client/pages/ExplorePage.tsx +++ b/client/pages/ExplorePage.tsx @@ -62,7 +62,7 @@ const ExplorePage = () => { textAlign: 'center', }} > - Here is the collection of patterns + Here is the collection of 63 patterns
All covers you see in this page are made with CSS only. Inspect them! 🎉 @@ -108,7 +108,6 @@ const ExplorePage = () => {
- @@ -136,6 +135,7 @@ const ExplorePage = () => { + diff --git a/client/patterns/modal/Details.tsx b/client/patterns/modal/Details.tsx index 62c97a8..775143f 100644 --- a/client/patterns/modal/Details.tsx +++ b/client/patterns/modal/Details.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import { Link } from 'react-router-dom'; import DetailsLayout from '../../layouts/DetailsLayout'; import Block from '../../placeholders/Block'; @@ -10,6 +11,10 @@ const Details: React.FC<{}> = () => { return (
+
+ You can use the close button to + represent the button for closing the modal. +
= () => { return (
+
+ You can use the close button to + represent the button for closing the notification. +