Merge pull request #9 from ElTimuro/DOC-87_Custom-404

Custom 404 page created
This commit is contained in:
Timur Ercan
2023-02-15 17:42:02 +01:00
committed by GitHub
2 changed files with 30 additions and 6 deletions

View File

@ -24,7 +24,7 @@ export function Button(props: any) {
>
{props.icon ? (
<props.icon
className="inline text-inherit h-5 mr-1"
className="inline h-5 mr-1 text-inherit"
aria-hidden="true"
></props.icon>
) : (
@ -47,7 +47,7 @@ export function Button(props: any) {
>
{props.icon ? (
<props.icon
className="inline text-inherit h-5 mr-1"
className="inline h-5 mr-1 text-inherit"
aria-hidden="true"
></props.icon>
) : (