mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
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>
|
||||
) : (
|
||||
@ -46,7 +46,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