Rebranding. HackageUI -> Haskell Spotlight

This commit is contained in:
visortelle 2022-01-28 08:47:22 +01:00
parent dd701f9e78
commit 6eb6c5c924
5 changed files with 5 additions and 5 deletions

View File

@ -16,6 +16,6 @@ If you want to implement some significant change, it's better to create a GitHub
- Star ⭐️ the project on GitHub.
- Propose feature ideas.
- Report bugs.
- Follow and retweet us on Twitter: [@HackageUI](https://twitter.com/HackageUI).
- Follow and retweet us on Twitter: [@HaskellSpot](https://twitter.com/HaskellSpot).
- You can contribute by sponsoring the project or propose a job in a Haskell project to the [author](mailto:visotelle+haskell-spotlight@gmail.com). 🙂
- Any other way that will come to your mind.

View File

@ -1,4 +1,4 @@
module HackageUI where
module HaskellSpotlight where
main :: IO ()
main = do

View File

@ -18,7 +18,7 @@ const Logo = (props: { fontSize: number }) => {
<path d="M26.586 77.722L51.33 40.63 26.586 3.537h18.558L94.63 77.722H76.074L60.61 54.54 45.143 77.722H26.586zm0 0" fill="#453a62" />
<path d="M86.384 56.085L78.136 43.72h28.868v12.366h-20.62zM74.012 37.54l-8.248-12.365h41.24V37.54H74.012zm0 0" fill="#453a62" />
</svg>
<span style={{ marginLeft: '4rem' }}>hackage.haskell.org</span>
<span style={{ marginLeft: '4rem' }}>Haskell Spotlight</span>
</div>
);
};

View File

@ -36,7 +36,7 @@ const Footer = () => {
<div className={s.footerColumn}>
<h3 className={s.footerColumnHeader}>Social</h3>
<FooterLink href="https://twitter.com/HackageUI"><SvgIcon svg={twitterIcon} />@HackageUI</FooterLink>
<FooterLink href="https://twitter.com/HackageSpot"><SvgIcon svg={twitterIcon} />@HaskellSpot</FooterLink>
<FooterLink href="https://github.com/haskell-spotlight/haskell-spotlight"><SvgIcon svg={githubIcon} />haskell-spotlight/haskell-spotlight</FooterLink>
<FooterLink href="https://twitter.com/haskellfound"><SvgIcon svg={twitterIcon} />@haskellfound</FooterLink>
<FooterLink href="https://discourse.haskell.org/c/haskell-foundation"><SvgIcon svg={discourseIcon} />discourse.haskell.org</FooterLink>

View File

@ -54,7 +54,7 @@ const Home = (props: HomeProps) => {
</SidebarButton>
<SidebarButton
onClick={() => { }} href="https://twitter.com/HackageUI"
onClick={() => { }} href="https://twitter.com/HaskellSpot"
overrides={{ style: { flex: 'initial', backgroundColor: '#00ACEE', marginBottom: '12rem', justifyContent: 'flex-start', padding: '12rem 24rem', fontSize: '18rem' } }}
>
<SvgIcon svg={twitterIcon} />