From 97991596bd7cb3206ddd98ed4b63ff9eb28cec12 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Mon, 1 May 2023 01:02:56 +0300 Subject: Remove all direct references to font-awesome (#24448) - Related #10410 - I had to add an SVG for an empty checkbox https://github.com/primer/octicons/issues/942 # Before ![image](https://user-images.githubusercontent.com/20454870/235374683-13f355c3-1245-40db-adda-4c710fc80288.png) # After ![image](https://user-images.githubusercontent.com/20454870/235374655-cc637132-f314-424d-9243-13d45b8915d5.png) --------- Signed-off-by: Yarden Shoham --- public/img/svg/gitea-empty-checkbox.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/img/svg/gitea-empty-checkbox.svg (limited to 'public/img') diff --git a/public/img/svg/gitea-empty-checkbox.svg b/public/img/svg/gitea-empty-checkbox.svg new file mode 100644 index 0000000000..dc4083e255 --- /dev/null +++ b/public/img/svg/gitea-empty-checkbox.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3