Skip to content

Commit

Permalink
chore(frontend): update rafiki logo (#1801)
Browse files Browse the repository at this point in the history
* Update logo

* Remove favicon.svg
  • Loading branch information
raducristianpopa authored Aug 31, 2023
1 parent 508b965 commit ad8d0de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
useLoaderData
} from '@remix-run/react'
import { useEffect, useState } from 'react'
import favicon from '../public/favicon.svg'
import logo from '../public/logo.svg'
import { XCircle } from './components/icons'
import { Sidebar } from './components/Sidebar'
import { Snackbar } from './components/Snackbar'
Expand Down Expand Up @@ -176,6 +176,6 @@ export function CatchBoundary() {
export function links() {
return [
{ rel: 'stylesheet', href: tailwind },
{ rel: 'icon', href: favicon }
{ rel: 'icon', href: logo }
]
}
12 changes: 0 additions & 12 deletions packages/frontend/public/favicon.svg

This file was deleted.

10 changes: 1 addition & 9 deletions packages/frontend/public/logo.svg
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 ad8d0de

Please sign in to comment.