Browse Source

higher quality logo, add link, move to corner

David Sehnal 5 years ago
parent
commit
8c5d99bb54
2 changed files with 2 additions and 53 deletions
  1. 1 45
      src/mol-plugin-ui/skin/base/logo.scss
  2. 1 8
      src/mol-plugin-ui/viewport.tsx

File diff suppressed because it is too large
+ 1 - 45
src/mol-plugin-ui/skin/base/logo.scss


+ 1 - 8
src/mol-plugin-ui/viewport.tsx

@@ -130,14 +130,7 @@ export class ViewportControls extends PluginUIComponent<ViewportControlsProps, V
 }
 
 export const Logo = () =>
-    <div className='msp-logo'>
-        <div>
-            <div>
-                <div />
-                <div className='msp-logo-image' />
-            </div>
-        </div>
-    </div>;
+    <a className='msp-logo' href='https://molstar.org' target='_blank' />;
 
 interface ViewportState {
     noWebGl: boolean

Some files were not shown because too many files changed in this diff