Skip to content

Commit

Permalink
chore: clarify dependency on React
Browse files Browse the repository at this point in the history
resolve #26
  • Loading branch information
kripod committed Apr 19, 2020
1 parent 2e2e0fd commit 27e0798
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/glaze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
CSS-in-JS microlibrary for making design systems approachable
CSS-in-JS microlibrary for making design systems approachable with React
</p>

<p align="center">
Expand Down Expand Up @@ -176,6 +176,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Expand Down
2 changes: 1 addition & 1 deletion packages/glaze/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glaze",
"version": "0.4.3",
"description": "CSS-in-JS microlibrary for making design systems approachable",
"description": "CSS-in-JS microlibrary for making design systems approachable with React",
"keywords": [
"css-in-js",
"design-system",
Expand Down
3 changes: 2 additions & 1 deletion packages/website/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
title: 'glaze',
tagline: 'CSS-in-JS microlibrary for making design systems approachable',
tagline:
'CSS-in-JS microlibrary for making design systems approachable with React',
url: 'https://glaze.js.org',
baseUrl: '/',
favicon: 'img/favicon.ico',
Expand Down
2 changes: 1 addition & 1 deletion packages/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function HomePage(): JSX.Element {
const { isDarkTheme } = useThemeContext();

return (
<Layout description={`${siteConfig.tagline} with React`}>
<Layout description={siteConfig.tagline}>
<header className="hero text--center shadow--lw">
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>
Expand Down

0 comments on commit 27e0798

Please sign in to comment.