From 085f0d2d69250ebcd948d1e79e582805c635f496 Mon Sep 17 00:00:00 2001 From: Itay Mizeretz Date: Tue, 17 Oct 2017 11:08:52 +0300 Subject: [PATCH] Make font consistent on run-monkey --- .../cc/ui/src/components/pages/RunMonkeyPage.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js b/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js index 281652d2f..0de131bdf 100644 --- a/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js +++ b/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js @@ -137,7 +137,7 @@ class RunMonkeyPageComponent extends React.Component { return (

Run the Monkey

-

+

Go ahead and run the monkey!

@@ -170,9 +170,9 @@ class RunMonkeyPageComponent extends React.Component {

-
-

- Choose the operating system you want to run the monkey on, and the interface to communicate with +

+

+ Choose the operating system you want to run the monkey on, and the interface to communicate with.

-

- Copy the following command to your machine and run it as Administrator/root +

+ Copy the following command to your machine and run it as Administrator/root.

{this.generateCmdDiv()}