Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 committed Dec 22, 2017
1 parent e5f2cda commit 695c37d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions extension/load.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<html>
<head>
<style>
html {
font-family: "Times New Roman", Georgia, Serif;
}

table, td, th {
border: 1px solid rgba(100, 100, 100, 0.2);
}
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "react-perf-devtool",
"description":
"A Chrome devtool extension for inspecting performance of React components.",
"version": "2.1",
"version": "2.2",
"devtools_page": "devtools.html",

"icons": {
Expand Down

0 comments on commit 695c37d

Please sign in to comment.