Skip to content

Commit

Permalink
Add ATLAS icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nimishbongale authored and maany committed Jul 21, 2022
1 parent bcd89f6 commit fa6bf64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ REACT_APP_idpsecrets = /opt/rucio/etc/idpsecrets.json
REACT_APP_admin_issuer = wlcg

[login_page_org_images]
REACT_APP_login_page_image_primary = ./images/favicon.png
REACT_APP_login_page_image_secondary = ./images/favicon.png
REACT_APP_login_page_image_primary = ./images/atlas.png
REACT_APP_login_page_image_secondary = ./images/atlas.png
2 changes: 1 addition & 1 deletion src/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TextInput } from './stories/TextInput/TextInput'
import { Image } from './stories/Image/Image'
import { Form } from './stories/Form/Form'

import { useEffect, useState } from 'react'
import { useState } from 'react'
import { NavigateFunction, useNavigate } from 'react-router-dom'

import { env } from './util'
Expand Down
Binary file added src/images/atlas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa6bf64

Please sign in to comment.