Skip to content

Commit

Permalink
[docs] Fix line break for Floating UI brand name (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Dec 26, 2024
1 parent 1d4206e commit 38f77b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI

From the creators of Radix, Floating UI, and Material UI, Base UI is an unstyled UI component library for building accessible user interfaces.
From the creators of Radix, Floating UI, and Material UI, Base UI is an unstyled UI component library for building accessible user interfaces.

---

Expand All @@ -24,12 +24,12 @@ To see the latest updates, check out the [releases](https://base-ui.com/react/ov

## Team

- Michał Dudak [@michaldudak](https://x.com/michaldudak)
- James Nelson [@atomiksdev](https://x.com/atomiksdev)
- Albert Yu [@mj12albert](https://github.com/mj12albert)
- Colm Tuite [@colmtuite](https://x.com/colmtuite)
- Marija Najdova [@marijanajdova](https://x.com/marijanajdova)
- Vlad Moroz [@vladyslavmoroz](https://x.com/vladyslavmoroz)
- **Colm Tuite** (Radix) [@colmtuite](https://x.com/colmtuite)
- **Vlad Moroz** (Radix) [@vladyslavmoroz](https://x.com/vladyslavmoroz)
- **James Nelson** (Floating UI) [@atomiksdev](https://x.com/atomiksdev)
- **Michał Dudak** (Material UI) [@michaldudak](https://x.com/michaldudak)
- **Marija Najdova** (Material UI + Fluent UI) [@marijanajdova](https://x.com/marijanajdova)
- **Albert Yu** (Material UI) [@mj12albert](https://github.com/mj12albert)

## License

Expand Down
14 changes: 7 additions & 7 deletions docs/src/app/(public)/(content)/react/overview/about/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
content="An overview of Base UI, providing information on its history, team, and goals."
/>

From the creators of Radix, Material UI, and Floating UI, Base UI is an unstyled React component library for building accessible user interfaces.
From the creators of Radix, Material UI, and Floating UI, Base UI is an unstyled React component library for building accessible user interfaces.
Our focus is on accessibility, performance, and developer experience.
Our goal is to provide a complete set of open-source UI components, with a delightful developer experience, in a sustainable way.

Expand All @@ -30,12 +30,12 @@ Component APIs are fully open, so you have direct access to each node, you can e

## Team

- **Colm Tuite** (Radix)
- **Vlad Moroz** (Radix)
- **James Nelson** (Floating UI)
- **Michał Dudak** (Material UI)
- **Marija Najdova** (Material UI + Fluent UI)
- **Albert Yu** (Material UI)
- **Colm Tuite** (Radix) [@colmtuite](https://x.com/colmtuite)
- **Vlad Moroz** (Radix) [@vladyslavmoroz](https://x.com/vladyslavmoroz)
- **James Nelson** (Floating UI) [@atomiksdev](https://x.com/atomiksdev)
- **Michał Dudak** (Material UI) [@michaldudak](https://x.com/michaldudak)
- **Marija Najdova** (Material UI + Fluent UI) [@marijanajdova](https://x.com/marijanajdova)
- **Albert Yu** (Material UI) [@mj12albert](https://github.com/mj12albert)

## Community

Expand Down
2 changes: 1 addition & 1 deletion docs/src/app/(public)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Homepage() {
Unstyled UI components for building accessible web apps and design systems.
</h1>
<p className="HomepageCaption">
From the creators of Radix, Floating UI, and Material UI.
From the creators of Radix, Floating&nbsp;UI, and Material&nbsp;UI.
</p>
<Link
className="-m-1 inline-flex items-center gap-1 p-1"
Expand Down

0 comments on commit 38f77b6

Please sign in to comment.