Skip to content
Snippets Groups Projects
Commit 9b2db993 authored by piotr.kupczyk@id.ethz.ch's avatar piotr.kupczyk@id.ethz.ch Committed by vkovtun
Browse files

SSDM-13504 : unify logos and icons : fix icons in safari

parent 118aa7ef
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<head> <head>
<title>openBIS Admin</title> <title>openBIS Admin</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="<%= require('@src/resources/img/apple-touch-icon.png') %>"> <link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%= require('@src/resources/img/favicon-32x32.png') %>"> <link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= require('@src/resources/img/favicon-16x16.png') %>"> <link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="manifest/site.webmanifest"> <link rel="manifest" href="manifest/site.webmanifest">
<style> <style>
......
...@@ -219,7 +219,7 @@ class WithLogin extends React.Component { ...@@ -219,7 +219,7 @@ class WithLogin extends React.Component {
<Card classes={{ root: classes.card }}> <Card classes={{ root: classes.card }}>
<Container square={true}> <Container square={true}>
<div className={classes.logo}> <div className={classes.logo}>
<img src={Logo} width='200' /> <img src={Logo} width='200' height='89' />
</div> </div>
<Typography variant='h6' classes={{ root: classes.header }}> <Typography variant='h6' classes={{ root: classes.header }}>
Login Login
......
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