mirror of
https://github.com/visortelle/haskell-spotlight.git
synced 2024-11-22 06:34:27 +03:00
Rebranding. HackageUI -> Haskell Spotlight
This commit is contained in:
parent
dd701f9e78
commit
6eb6c5c924
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
module HackageUI where
|
||||
module HaskellSpotlight where
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
|
@ -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>
|
||||
);
|
||||
};
|
||||
|
@ -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>
|
||||
|
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user