Skip to content

Commit

Permalink
Update logo and referencs to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRothUCF committed Mar 17, 2022
1 parent 0d191fe commit d8c9184
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL_CANVAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Provide values for the following fields:
* Redirect URL (Legacy) : *SKIP*
* Vendor Code : *SKIP*
* Icon URL
* <YOUR_UDOIT_BASE_URL>/build/static/udoit_logo.png
* <YOUR_UDOIT_BASE_URL>/build/static/udoit_logo.svg
* Notes : *Optional*
* These are only seen by other LMS admins
* Test Cluster Only : *SKIP*
Expand Down
2 changes: 1 addition & 1 deletion assets/js/Components/Admin/AdminHeader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
//import Logo from '../../../mediaAssets/logo_salmon.png'
import Logo from '../../../mediaAssets/udoit_logo.png'
import Logo from '../../../mediaAssets/udoit_logo.svg'
import Classes from '../../../css/header.scss'
import { View } from '@instructure/ui-view'
import { Text } from '@instructure/ui-text'
Expand Down
2 changes: 1 addition & 1 deletion assets/js/Components/Header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
//import Logo from '../../mediaAssets/logo_salmon.png'
import Logo from '../../mediaAssets/udoit_logo.png'
import Logo from '../../mediaAssets/udoit_logo.svg'
import Classes from '../../css/header.scss'
import { View } from '@instructure/ui-view'
import { Flex } from '@instructure/ui-flex'
Expand Down
Binary file removed assets/mediaAssets/udoit_logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/mediaAssets/udoit_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block body %}
<div id="root">
<div style="width:200px; margin: 200px auto; text-align: center;">
<img style="width: 100%" src="{{ asset('build/static/udoit_logo.png') }}" alt="Loading UDOIT" />
<img style="width: 100%" src="{{ asset('build/static/udoit_logo.svg') }}" alt="Loading UDOIT" />
<p class="splash-text" style="font-size: 1.5em; color: #555;">{{ data.settings.labels['label.loading'] }}...</p>
</div>
</div>
Expand Down

0 comments on commit d8c9184

Please sign in to comment.