Skip to content

Commit cfcdeb0

Browse files
committed
chore: refresh README, add Qwik logo
1 parent a9e51ac commit cfcdeb0

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

packages/frameworks-qwik/README.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
<p align="center">
2-
<br/>
3-
<a href="https://authjs.dev" target="_blank"><img width="150px" src="https://authjs.dev/img/logo-sm.png" /></a>
4-
<h3 align="center">Qwik Auth</a></h3>
5-
<h4 align="center">Authentication for Qwik.</h4>
6-
<p align="center" style="align: center;">
7-
<a href="https://npm.im/next-auth">
8-
<img src="https://img.shields.io/badge/TypeScript-blue?style=flat-square" alt="TypeScript" />
9-
</a>
10-
<a href="https://npm.im/@auth/qwik">
11-
<img alt="npm" src="https://img.shields.io/npm/v/@auth/qwik?color=green&label=@auth/qwik&style=flat-square">
12-
</a>
13-
<a href="https://www.npmtrends.com/@auth/qwik">
14-
<img src="https://img.shields.io/npm/dm/@auth/qwik?label=%20downloads&style=flat-square" alt="Downloads" />
15-
</a>
16-
<a href="https://github.com/nextauthjs/next-auth/stargazers">
17-
<img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square" alt="GitHub Stars" />
18-
</a>
19-
</p>
2+
<a href="https://qwik.dev" target="_blank"><img height="96px" src="https://authjs.dev/img/etc/qwik.svg" /></a>
3+
<a href="https://qwik.authjs.dev" target="_blank"><img height="96px" src="https://authjs.dev/img/logo-sm.png" /></a>
4+
<h1 align="center">Qwik Auth.js</h1>
5+
</p>
6+
<p align="center">
7+
Authentication for Qwik.
8+
</p>
9+
<p align="center">
10+
<a href="https://npm.im/@auth/qwik"><img src="https://img.shields.io/badge/TypeScript-grey?style=flat-square&logo=typescript&labelColor=fff" alt="TypeScript" /></a>
11+
<a href="https://www.npmtrends.com/@auth/qwik"><img src="https://img.shields.io/npm/dm/@auth/qwik?style=flat-square&color=cyan" alt="Downloads" /></a>
12+
<a href="https://www.npmjs.com/package/@auth/qwik"><img src="https://img.shields.io/npm/v/@auth/qwik?style=flat-square&label=latest&color=purple" alt="npm latest release" /></a>
13+
<a href="https://github.com/nextauthjs/cli/stargazers"><img src="https://img.shields.io/github/stars/nextauthjs/next-auth?style=flat-square&color=orange" alt="Github Stars" /></a>
2014
</p>
2115

2216
---

0 commit comments

Comments
 (0)