mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
Merge pull request #9 from ElTimuro/DOC-87_Custom-404
Custom 404 page created
This commit is contained in:
@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user