Skip to content

Commit 1eef7bc

Browse files
authored
Reexport HeroLogo (#2030)
1 parent c67e737 commit 1eef7bc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.changeset/stale-donkeys-remain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@theguild/components": patch
3+
---
4+
5+
Reexport `HeroLogo`

packages/components/src/components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export { HiveNavigation, GraphQLConfCard } from './hive-navigation';
1818
export type { HiveNavigationProps, GraphQLConfCardProps } from './hive-navigation';
1919
export { HiveFooter } from './hive-footer';
2020
export { ToolsAndLibrariesCards } from './tools-and-libraries-cards';
21-
export { Hero } from './hero';
21+
export * from './hero';
2222
export * from './product-card';
2323
export * from './decorations';
2424
export * from './call-to-action';

packages/components/src/components/marquee/marquee.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ export const EnvelopPlugins: StoryObj<MarqueeRowsProps> = {
242242
href={plugin.href}
243243
target="_blank"
244244
rel="noreferrer"
245-
// bg-green-900 px-4 py-3 rounded-lg text-green-600
246245
className="hive-focus rounded-lg bg-green-900 px-4 py-3 text-green-600 transition hover:bg-green-800 hover:text-white"
247246
>
248247
{plugin.title}

0 commit comments

Comments
 (0)