|
@@ -44,7 +44,7 @@ const NotFoundAlert = (props: Props): JSX.Element => {
|
|
|
{t('not_found_page.page_not_exist_alert')}
|
|
{t('not_found_page.page_not_exist_alert')}
|
|
|
</h2>
|
|
</h2>
|
|
|
{
|
|
{
|
|
|
- isNotFoundPermalink && (
|
|
|
|
|
|
|
+ !isNotFoundPermalink && (
|
|
|
<div id="create-page-btn-wrapper-for-tooltip" className="d-inline-block">
|
|
<div id="create-page-btn-wrapper-for-tooltip" className="d-inline-block">
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|