Skip to content

Commit 125e73d

Browse files
committed
Fix repo mention
1 parent d919d37 commit 125e73d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ A modern, accessibility-focused dashboard template built with [Astro](https://as
2323
- `login.astro` contains example login data and a warning notification for when the credentials are incorrect
2424
- Contains a dashboard example in the `index.astro` page using the `DefaultLayout.astro` layout
2525
- Several examples of admin pages such as `media.astro`, `messages.astro`, `products.astro`, `settings.astro` and `users.astro`
26-
- `Media.astro` component for images, used on the `media.astro` page *
27-
- `Pagination.astro` component for paginating results, used on the `media.astro` page *
26+
- `Media.astro` component for images, used on the `media.astro` page \*
27+
- `Pagination.astro` component for paginating results, used on the `media.astro` page \*
2828
- `DashboardWidget.astro` component serves as an example for the dashboard on `index.astro`
2929
- `EmpyState.astro` component which can be displayed on pages that don't have any data yet
3030
- `LoginForm.astro` component with a basic accessible login form and some form controls
31-
- `SkipLinks.astro` component to skip to either the main menu or the main content *
31+
- `SkipLinks.astro` component to skip to either the main menu or the main content \*
3232
- `Navigation.astro` component with keyboard accessible navigation (arrow keys, escape key)
3333
- This component is a comprehensive sidebar navigation on desktop with the option to expand or collapse
3434
- The users menu width preference is stored in a `localStorage` value so that it is preserved during page reloads
3535
- The navigation automatically switches to an accessible mobile navigation for viewport widths below the medium breakpoint
3636
- `ResponsiveToggle.astro` component with an accessible responsive toggle button for the mobile navigation
37-
- `DarkMode.astro` component toggle with accessible button which saves the users preference in the `localStorage` *
37+
- `DarkMode.astro` component toggle with accessible button which saves the users preference in the `localStorage` \*
3838
- `404.astro` provides a custom 404 error page which you can adjust to your needs
3939
- `.sr-only` utility class for screen reader only text content
4040
- `prefers-reduced-motion` disables animations for users that have this preference turned on
4141
- Outline focus indicator which works on dark and light backgrounds
42-
- [Accessible Astro Components](https://github.com/markteekman/accessible-astro-components) package comes preinstalled with extra components such as Accordions, Modals and Notifications
42+
- [Accessible Astro Components](https://github.com/incluud/accessible-astro-components) package comes preinstalled with extra components such as Accordions, Modals and Notifications
4343
- Nate Moore's awesome [Astro Icon](https://github.com/natemoo-re/astro-icon) package is also preinstalled which can be applied to different use cases
4444

4545
## Getting started

0 commit comments

Comments
 (0)