Skip to content

Commit

Permalink
fix: svg error on calendar page (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored Dec 6, 2024
1 parent c7396ac commit 8ba79c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions images/siteicons/svg/export_ical.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="mdi-calendar-export" width="24" height="24" viewBox="0 0 24 24">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-calendar-export" width="24" height="24" viewBox="0 0 24 24">
<path d="M12,22L16,18H13V12H11V18H8M19,4H18V2H16V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H8V20H5V9H19V20H16V22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4Z" fill="currentColor"/>
</svg>
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v2.39.0";
$version = "v2.39.1";
?>

0 comments on commit 8ba79c0

Please sign in to comment.