Skip to content

IFMC-3158 update InCommon logo #9

Merged
merged 2 commits into from
Jan 26, 2026
Merged
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 VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
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