Skip to content
Snippets Groups Projects
Unverified Commit b1bb5a71 authored by Greg Fodor's avatar Greg Fodor Committed by GitHub
Browse files

Merge pull request #602 from mozilla/feature/redesign-ux-tweaks

Feature/redesign ux tweaks
parents a3359449 7743c2bd
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,12 @@
@extend %fa-icon-button;
color: white;
position: absolute;
top: -48px;
top: -64px;
right: 12px;
width: 32px;
height: 32px;
width: 38px;
height: 38px;
background-color: $action-color;
border-radius: 19px;
}
}
......
......@@ -106,7 +106,7 @@ class LinkRoot extends Component {
};
attemptEntry = async code => {
const url = "https://hub.link/" + code;
const url = "/link/" + code;
const res = await fetch(url);
if (res.status >= 400) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment