From e16ccb2aaf45716a3b18dfbdb5ed69436e6c3c6d Mon Sep 17 00:00:00 2001 From: to be continuous bot <pierre.smeyers+tbc@gmail.com> Date: Mon, 16 Dec 2024 23:04:43 +0000 Subject: [PATCH] chore(deps): update dependency font-awesome to v6.7.2 --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index c7c8632..9ac483f 100644 --- a/src/index.html +++ b/src/index.html @@ -12,7 +12,7 @@ <link rel="icon" type="image/x-icon" href="favicon.ico"> <!-- Font Awesome --> - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"> + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"> </head> <body> -- GitLab