Skip to content

Commit e7dace0

Browse files
authored
fix: respect Next.js logo trademark (#66)
1 parent e490b87 commit e7dace0

File tree

3 files changed

+13
-23
lines changed

3 files changed

+13
-23
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<h1 align="center">
2-
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="logo.svg" />
4-
<source media="(prefers-color-scheme: light)" srcset="logo-dark.svg" />
5-
<img alt="Next.JS EXTRA" src="logo.svg" />
6-
</picture>
2+
<sup>Next.JS EXTRA</sup>
73
<br>
84
<a href="https://github.com/shahradelahi/next-extra/actions/workflows/ci.yml" title="Build status"><img src="https://github.com/shahradelahi/next-extra/actions/workflows/ci.yml/badge.svg" alt="Build status"></a>
95
<a href="https://www.npmjs.com/package/next-extra" title="NPM Version"><img src="https://img.shields.io/npm/v/next-extra" alt="npm"></a>
@@ -21,7 +17,9 @@ _next-extra_ is a utility package that allows you to enhance your Next.js projec
2117
- [`next-extra/context`](#next-extracontext)
2218
- [`next-extra/pathname`](#next-extrapathname)
2319
- [Contributing](#-contributing)
20+
- [Relevant](#relevant)
2421
- [License](#license)
22+
- [Notice of Non-Affiliation and Disclaimer](#notice-of-non-affiliation-and-disclaimer)
2523

2624
## 📦 Installation
2725

@@ -169,3 +167,13 @@ Thanks again for your support, it is much appreciated! 🙏
169167
## License
170168

171169
[MIT](/LICENSE) © [Shahrad Elahi](https://github.com/shahradelahi)
170+
171+
## Notice of Non-Affiliation and Disclaimer
172+
173+
This project, [`next-extra`](https://github.com/shahradelahi/next-extra), is an independent, community-driven project and is not affiliated with, endorsed by, or sponsored by Vercel, the creators of Next.js. Next.js is a registered trademark of Vercel, Inc.
174+
175+
This project utilizes the Next.js framework but is not a part of the official Next.js distribution. Any features, functionalities, or integrations provided by [`next-extra`](https://github.com/shahradelahi/next-extra) are solely the responsibility of the project maintainers and contributors. Vercel and the Next.js team hold no responsibility for the content, quality, or support of this project.
176+
177+
While we strive to ensure compatibility and proper functionality with Next.js, there is no guarantee of seamless integration or continued support in future Next.js releases. Use of [`next-extra`](https://github.com/shahradelahi/next-extra) is at your own discretion and risk. We recommend thoroughly testing this project in your environment before deploying it to production.
178+
179+
All trademarks, service marks, and registered trademarks are the property of their respective owners. The use of any third-party names or trademarks in this project is for identification purposes only and does not imply any affiliation or endorsement.

logo-dark.svg

-9
This file was deleted.

logo.svg

-9
This file was deleted.

0 commit comments

Comments
 (0)