Skip to content

Commit

Permalink
Update custom links
Browse files Browse the repository at this point in the history
  • Loading branch information
pantaflex44 committed Oct 1, 2024
1 parent 5696667 commit 5e090a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as pkg from '../package.json';
import Halloween from './Halloween.jsx';

function Footer() {
return <div style={{ marginTop: '1em', fontSize: 'small', color: 'darkgray' }} className='footer'>{pkg.title} {pkg.version}<span className="not_printable"> | <a href={pkg.repository.url} style={{ color: 'var(--primary-color)' }} target="_blank" rel="noopener">{pkg.repository.url}</a> | <a href="/LICENSE" title="Licence" style={{ color: 'var(--primary-color)' }} target="_blank" rel="noopened">{`Licence ${pkg.license}`}</a> | <a href={pkg.author.url} title="Portfolio" style={{ color: 'var(--primary-color)' }} target="_blank" rel="noopened">{pkg.author.name} (pantaflex44)</a> | 2024</span></div>;
return <div style={{ marginTop: '1em', fontSize: 'small', color: 'darkgray' }} className='footer'>{pkg.title} {pkg.version}<span className="not_printable"> | <a href={pkg.repository.url} style={{ color: 'var(--primary-color)' }} target="_blank" rel="noopener">{pkg.repository.url}</a> | <a href="./LICENSE" title="Licence" style={{ color: 'var(--primary-color)' }} target="_blank" rel="noopened">{`Licence ${pkg.license}`}</a> | <a href={pkg.author.url} title="Portfolio" style={{ color: 'var(--primary-color)' }} target="_blank" rel="noopened">{pkg.author.name} (pantaflex44)</a> | 2024</span></div>;
}

export default function Main() {
Expand Down

0 comments on commit 5e090a6

Please sign in to comment.