From 9bf8f57475c24b9e6e41d6499a1d596b8e771657 Mon Sep 17 00:00:00 2001 From: Avinash Date: Tue, 18 Apr 2023 18:36:16 +0530 Subject: [PATCH] enhancement(frontend): inlined buttons Signed-off-by: Avinash --- frontend/locales/en.json | 2 +- .../version-info/version-info-modal.tsx | 32 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index a07b1b7b6..eef80afe9 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -157,7 +157,7 @@ "issueTracker": "Found a bug? Fill an issue!", "sourceCode": "Read the source code", "versionInfo": "Version info", - "title": "Your username" + "title": "Running HedgeDoc on version" } }, "profile": { diff --git a/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx b/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx index de824c53f..392c3d0d6 100644 --- a/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx +++ b/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx @@ -40,27 +40,27 @@ export const VersionInfoModal: React.FC = ({ onHide, show }) = -
HedgeDoc
- - - - - - +
+ + + + + + +
)