diff --git a/app/commentBox.js b/app/commentBox.js index 1216ea4..892b8ee 100644 --- a/app/commentBox.js +++ b/app/commentBox.js @@ -17,7 +17,7 @@ export default class CommentBox extends React.Component { -
+

"{quote}"

{timestamp}
diff --git a/app/rate.js b/app/rate.js index a49ad28..a47e25f 100644 --- a/app/rate.js +++ b/app/rate.js @@ -33,8 +33,11 @@ const style = { textAlign: "center", paddingTop: 20 }, + rating: { + display: "block" + }, votes: { paddingRight: 5 }, style: {} -}; \ No newline at end of file +};