+
{`${this.state.quote}`}
{this.state.author} {copy}
diff --git a/src/scss/modules/_credit.scss b/src/scss/modules/_credit.scss
index 8bf8bacd..2a9ba056 100644
--- a/src/scss/modules/_credit.scss
+++ b/src/scss/modules/_credit.scss
@@ -9,6 +9,12 @@
margin-bottom: -10px;
}
+.view {
+ position: absolute;
+ bottom: 10px;
+ right: 25px;
+}
+
#photographer {
position: absolute;
bottom: 10px;
@@ -16,12 +22,12 @@
width: 1000px;
}
-.locationicon {
+.locationicon, #viewButton {
width: auto;
cursor: pointer;
}
-.navbar-container > svg, #backgroundCredits > svg {
+.navbar-container > svg, #backgroundCredits > svg, #viewButton > svg {
font-size: calc(10px + 1.5vmin) !important;
position: absolute;
bottom: 2px;