From 6b4a01d55be63c7052d11ad172208eb31f6c87d6 Mon Sep 17 00:00:00 2001 From: Raslif <35024607+Raslif@users.noreply.github.com> Date: Fri, 12 Jan 2018 17:06:10 +0530 Subject: [PATCH 1/2] Update 000_template.html --- React/000_template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/React/000_template.html b/React/000_template.html index 7caf9cb..f3481cc 100644 --- a/React/000_template.html +++ b/React/000_template.html @@ -16,7 +16,7 @@ var BuckysComponent = React.createClass({ render: function() { return ( -

My name is Bucky

+

My name is Bucky. Bucky is awsome.

); } }); @@ -26,4 +26,4 @@

My name is Bucky

- \ No newline at end of file + From cb97ebc72e14a5a4253d0b871d5ba05c85604357 Mon Sep 17 00:00:00 2001 From: Raslif <35024607+Raslif@users.noreply.github.com> Date: Fri, 12 Jan 2018 17:09:49 +0530 Subject: [PATCH 2/2] Update 000_template.html --- React/000_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/000_template.html b/React/000_template.html index f3481cc..80a9a2e 100644 --- a/React/000_template.html +++ b/React/000_template.html @@ -16,7 +16,7 @@ var BuckysComponent = React.createClass({ render: function() { return ( -

My name is Bucky. Bucky is awsome.

+

My name is Bucky.

); } });