feat: preview modal, style: issues page

This commit is contained in:
Aaryan Khandelwal 2022-11-25 22:54:49 +05:30
parent d2cc452de8
commit 9e8afcf50a
14 changed files with 555 additions and 387 deletions

View file

@ -444,6 +444,15 @@ const ProjectSettings: NextPage = () => {
</div>
</div>
</section>
<section className="space-y-5">
<div>
<h3 className="text-lg font-medium leading-6 text-gray-900">Labels</h3>
<p className="mt-1 text-sm text-gray-500">
Manage the labels of this project.
</p>
</div>
<div></div>
</section>
</div>
</form>
</div>