diff --git a/docs/images/table_joined.svg b/docs/images/table_joined.svg
deleted file mode 100644
index 40355101067db50531512bb67e396b0dd692ff70..0000000000000000000000000000000000000000
Binary files a/docs/images/table_joined.svg and /dev/null differ
diff --git a/hooks/check_unused_svg.py b/hooks/check_unused_svg.py
index 443095e4849b168181774ee2f07e583b503b6c4a..460c75212ad41db4b8dfab610af96d7cc3d7bda6 100644
--- a/hooks/check_unused_svg.py
+++ b/hooks/check_unused_svg.py
@@ -16,4 +16,4 @@ def on_files(files: Files, config: MkDocsConfig):
             continue
 
         if file.src_path not in config["used_svg"]:
-            log.info(f"UNUSED SVG: {file.src_path}")
+            log.warning(f"UNUSED SVG: {file.src_path}")