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

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

parent 20b9673d
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 @@
<head>
<title>openBIS Admin</title>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="<%= require('@src/resources/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="16x16" href="<%= require('@src/resources/img/favicon-16x16.png') %>">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="manifest/site.webmanifest">
<style>
......
......@@ -219,7 +219,7 @@ class WithLogin extends React.Component {
<Card classes={{ root: classes.card }}>
<Container square={true}>
<div className={classes.logo}>
<img src={Logo} width='200' />
<img src={Logo} width='200' height='89' />
</div>
<Typography variant='h6' classes={{ root: classes.header }}>
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