Skip to content

IFMC-3158 update InCommon logo #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react'
import './assets/stylesheets/App.css';
import logo from './assets/images/IC-logo.svg'
import logo from './assets/images/incommon-poweredbyi2-lockup-orange.png'

function App() {

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/stylesheets/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ html, body {
}

.logo {
height: 50px;
margin: 100px 0;
height: 100px;
margin: 100px 0 20px;
}

.entity-logo {
Expand Down