diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-13 03:43:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 09:43:06 +0800 |
commit | e9dc3bcb7990f68852de1ba8d6b0f714ec68c048 (patch) | |
tree | 3b56738c01ecfba7ac16fdae3b963f9fd4184b08 /semantic.json | |
parent | 7257c39ddfe9d9d424192e6bd307a70ed544f5be (diff) | |
download | gitea-e9dc3bcb7990f68852de1ba8d6b0f714ec68c048.tar.gz gitea-e9dc3bcb7990f68852de1ba8d6b0f714ec68c048.zip |
Add missing card component to semantic.json (#11394)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'semantic.json')
-rw-r--r-- | semantic.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/semantic.json b/semantic.json index 5396abe3a2..fee52af53a 100644 --- a/semantic.json +++ b/semantic.json @@ -25,6 +25,7 @@ "api", "breadcrumb", "button", + "card", "checkbox", "comment", "container", |