mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Updating the Logo for Archon
This commit is contained in:
@@ -8,7 +8,7 @@ export default {
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'warn',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
favicon: 'img/favicon.svg',
|
||||
favicon: 'favicon.png',
|
||||
organizationName: 'archon',
|
||||
projectName: 'archon',
|
||||
|
||||
@@ -132,7 +132,7 @@ export default {
|
||||
title: 'Archon',
|
||||
logo: {
|
||||
alt: 'Archon Logo',
|
||||
src: 'img/logo-neon.svg',
|
||||
src: 'logo-neon.png',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
|
||||
@@ -267,7 +267,7 @@ const ReactFlowDiagram = ({ reactFlowInstance, lucideIcons }) => {
|
||||
style={{ background: '#8b5cf6', border: '2px solid #8b5cf6' }}
|
||||
/>
|
||||
<img src="/img/Python-logo-notext.svg" alt="Python" className={styles.pythonIcon} />
|
||||
<img src="/img/logo-neon.svg" alt="Archon" className={styles.archonIcon} />
|
||||
<img src="/logo-neon.png" alt="Archon" className={styles.archonIcon} />
|
||||
<div className={styles.archonText}>
|
||||
<h3>{data.label}</h3>
|
||||
<p>{data.subtitle}</p>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
transform: translateY(-50%);
|
||||
width: 55%;
|
||||
height: 95%;
|
||||
background-image: url('/img/logo-neon.svg');
|
||||
background-image: url('/img/logo-neon.png');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
|
||||
Reference in New Issue
Block a user