Skip to content

Commit

Permalink
Merge pull request #1 from seemorg/dev
Browse files Browse the repository at this point in the history
Prod deployment
  • Loading branch information
ahmedriad1 authored Mar 20, 2024
2 parents 84a1405 + 429d722 commit eb0f218
Show file tree
Hide file tree
Showing 191 changed files with 24,502 additions and 2,092 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ const config = {
project: true,
},
plugins: ["@typescript-eslint"],
extends: [
"next/core-web-vitals",
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:storybook/recommended",
],
extends: ["next/core-web-vitals", "plugin:storybook/recommended"],
rules: {
// These opinionated rules are enabled in stylistic-type-checked above.
// Feel free to reconfigure them to your own preference.
Expand Down
4 changes: 2 additions & 2 deletions .storybook/storybook.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Amiri:wght@400;700&family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Inter:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
--font-rubik: "Rubik";
--font-amiri: "Inter";
--font-abhaya: "Abhaya Libre";
--font-sans: "Inter";
}
197 changes: 0 additions & 197 deletions data.json

This file was deleted.

Loading

0 comments on commit eb0f218

Please sign in to comment.