Skip to content

Commit

Permalink
Merge pull request #404 from Blobscan/feat/remove-blossom-labs-refs
Browse files Browse the repository at this point in the history
feat: remove blossom labs mentions 馃
  • Loading branch information
PJColombo committed May 12, 2024
2 parents 14bd01f + 14e041b commit 1abc00a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-olives-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blobscan/web": minor
---

Removed Blossom Labs footer text
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ We extend our gratitude to each one of them. Thank you 馃檹
</a>
</p>

# About Blossom Labs

![blossom labs](https://blossom.software/img/logo.svg)

Blobscan is being developed by [Blossom Labs](https://blossom.software/), a developer team specialized in building blockchain-based infrastructure for online communities.
#

[Join us on Discord!](https://discordapp.com/invite/fmqrqhkjHY/)
46 changes: 17 additions & 29 deletions apps/web/src/components/AppLayout/BottomBarLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const BottomBarLayout = () => {
<div className="sm:hidden">
<ExplorerDetails />
</div>
<div className="mt-4 flex flex-col items-center gap-3 sm:mt-8">
<div className="mt-4 flex flex-col items-center gap-2 sm:mt-8">
<div className="flex items-center gap-2">
{EXTERNAL_APPS.map(({ icon, href }) => (
<Link key={href} href={href} isExternal hideExternalIcon>
Expand All @@ -46,35 +46,23 @@ export const BottomBarLayout = () => {
shard blob transactions, providing the necessary infrastructure to
scale Ethereum.
</div>
<div className="flex items-center gap-2">
<div className="text-xs text-contentTertiary-light dark:text-contentTertiary-dark">
Made with 鉂わ笍 by{" "}
<Link href="https://blossom.software/" isExternal>
Blossom Labs
</Link>
</div>
{env.NEXT_PUBLIC_VERSION && (
<>
<div className="flex items-center gap-1">
<div className="text-xs text-contentTertiary-light dark:text-contentTertiary-dark">
Version:
</div>
<div className="relative">
<Link
href={`https://github.com/Blobscan/blobscan/tree/%40blobscan/web%40${env.NEXT_PUBLIC_VERSION}`}
isExternal
>
<div className="relative -top-0.5 text-xs">
{env.NEXT_PUBLIC_VERSION}
</div>
</Link>
{env.NEXT_PUBLIC_VERSION && (
<div className="flex items-center gap-1">
<div className="text-xs text-contentTertiary-light dark:text-contentTertiary-dark">
Version:
</div>
<div className="relative">
<Link
href={`https://github.com/Blobscan/blobscan/tree/%40blobscan/web%40${env.NEXT_PUBLIC_VERSION}`}
isExternal
>
<div className="relative -top-0.5 text-xs">
{env.NEXT_PUBLIC_VERSION}
</div>
</div>
</>
)}
</div>

</Link>
</div>
</div>
)}
<div className="flex gap-2">
<div className="text-sm text-contentTertiary-light dark:text-contentTertiary-dark">
Blobscan 漏 2024
Expand Down

0 comments on commit 1abc00a

Please sign in to comment.