diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-12-15 13:49:31 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-12-15 13:49:31 -0800 |
commit | 64452d3d6c58cf12abbef83d0e09ca8404fcfcbd (patch) | |
tree | c6ec13c1455d139c1df748d2b909ea0f212ad919 /views/dashboard.php | |
parent | d3e523b990a7b59bcfb82eae338271e3a2e99899 (diff) |
add h-review interface
Diffstat (limited to 'views/dashboard.php')
-rw-r--r-- | views/dashboard.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/dashboard.php b/views/dashboard.php index 385f3c2..59cd41e 100644 --- a/views/dashboard.php +++ b/views/dashboard.php @@ -9,6 +9,7 @@ <li><a href="/favorite">👍</a></li> <li><a href="/repost">♺</a></li> <li><a href="/itinerary">✈️</a></li> + <li><a href="/review">⭐️</a></li> <li><a href="/email">✉️</a></li> </ul> @@ -17,7 +18,7 @@ .post-type-icons { margin-top: 0; list-style-type: none; - font-size: 48pt; + font-size: 42pt; } .post-type-icons li { float: left; |