diff --git a/src/App.module.scss b/src/App.module.scss index 4218039..4599adb 100644 --- a/src/App.module.scss +++ b/src/App.module.scss @@ -80,6 +80,9 @@ html, body { cursor: pointer; box-sizing: border-box; border-top: 1px #c3c3c3 solid; + button { + margin-right: 5px; + } &:last-child { border-bottom: 1px #c3c3c3 solid; } diff --git a/src/App.tsx b/src/App.tsx index b1e98b4..e18f911 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -77,8 +77,8 @@ const App = ({ manifest, store }: AppProps) => { return
history.back()}>← Go back -

{manifest.nameRu}

-
{manifest.descriptionRu}
+

{manifest.nameEn}

+
{manifest.descriptionEn}
diff --git a/src/visualizers/k-means/start.tsx b/src/visualizers/k-means/start.tsx index 6c6d545..9094f23 100644 --- a/src/visualizers/k-means/start.tsx +++ b/src/visualizers/k-means/start.tsx @@ -13,7 +13,12 @@ export const BubbleSortStarter = ({ doStart }: StartProps) => { doStart([k, X], fullRun) }, [k]) - return
+ return