Skip to content

Commit 3bb2636

Browse files
committed
Merge branch 'dev' into staging
2 parents 37aaa3a + abc9f9b commit 3bb2636

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const config: StorybookConfig = {
4949

5050
config.resolve.alias = {
5151
...config.resolve.alias,
52-
"@/storybook/*": path.resolve(__dirname, "./.storybook/"),
52+
"@/storybook/*": path.resolve(process.cwd(), ".storybook"),
5353
}
5454
}
5555

public/content/community/events/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ hideEditButton: true
77

88
# Upcoming events {#events}
99

10-
**Every month, there are major Ethereum events around the world.** Consider attending one near you to meet more people in the community, learn about employment opportunities, and develop new skills.
10+
Ethereum events happen frequently, from smaller, casual gatherings to large conferences and hackathons worldwide!
11+
12+
These events are the most fun and engaging ways to learn, connect with your local community, discover opportunities, and develop new skills.
13+
14+
💡 Organizing an event or have a community initiative in mind? Reach out to the Ethereum Everywhere team for support! → [Get in touch here](https://docs.google.com/forms/d/e/1FAIpQLSeA-W8iy2PJxrY3TD4lMYXyky_wLd4QB_7NRwqSxCd0e19MUg/viewform)
15+
16+
Want to discover Ethereum events in your area? Take a look at the events and meetups below to find the next ones to join!
1117

1218
<UpcomingEventsList/>
1319

src/components/ui/accordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AccordionTrigger = React.forwardRef<
2525
<AccordionPrimitive.Trigger
2626
ref={ref}
2727
className={cn(
28-
"flex flex-1 items-center justify-between gap-2 px-2 py-2 font-medium transition-all hover:bg-background-highlight hover:text-primary-hover focus-visible:outline-1 focus-visible:-outline-offset-1 focus-visible:outline-primary-hover md:px-4 [&[data-state=open]:dir(rtl)_svg]:rotate-90 [&[data-state=open]]:bg-background-highlight [&[data-state=open]]:text-primary-high-contrast [&[data-state=open]_svg]:-rotate-90",
28+
"flex flex-1 items-center justify-between gap-2 px-2 py-2 font-medium transition-all hover:bg-background-highlight hover:text-primary-hover focus-visible:outline-1 focus-visible:-outline-offset-1 focus-visible:outline-primary-hover md:px-4 [&[data-state=open]:dir(rtl)_[data-label=icon-container]>svg]:rotate-90 [&[data-state=open]]:bg-background-highlight [&[data-state=open]]:text-primary-high-contrast [&[data-state=open]_[data-label=icon-container]>svg]:-rotate-90",
2929
className
3030
)}
3131
{...props}

0 commit comments

Comments
 (0)