diff --git a/app/components/api/header-blockchain.js b/app/components/api/header-blockchain.js
index 8b88eb3..a27c5ef 100644
--- a/app/components/api/header-blockchain.js
+++ b/app/components/api/header-blockchain.js
@@ -18,6 +18,6 @@ export default () => html`
You can find the repo for this API on GitHub:
-
https://github.com/lbryio/lbry
+
https://github.com/lbryio/lbrycrd
`;
diff --git a/app/components/api/header-sdk.js b/app/components/api/header-sdk.js
index 890b02e..a1c26d0 100644
--- a/app/components/api/header-sdk.js
+++ b/app/components/api/header-sdk.js
@@ -18,6 +18,6 @@ export default () => html`
You can find the repo for this API on GitHub:
-
https://github.com/lbryio/lbrycrd
+
https://github.com/lbryio/lbry
`;
diff --git a/app/sass/_layout.scss b/app/sass/_layout.scss
index e7ab803..dfa1454 100644
--- a/app/sass/_layout.scss
+++ b/app/sass/_layout.scss
@@ -83,3 +83,12 @@ sub {
display: block;
line-height: 1.55;
}
+
+frame-viewer {
+ width: 100%; height: calc(100vh - 4rem); // TODO: Update when new navigation is merged
+ display: block;
+
+ iframe {
+ width: 100%; height: 100%;
+ }
+}
diff --git a/app/views/spec.js b/app/views/spec.js
index 2e01bb0..5742354 100644
--- a/app/views/spec.js
+++ b/app/views/spec.js
@@ -18,9 +18,9 @@ export default state => {
};
return html`
-