Skip to content

Commit

Permalink
Fixed: typo in readme.txt and logo path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Feb 24, 2024
1 parent 27b1c25 commit 02c5702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Stable tag: 2.0.6
License: Massachusetts Institute of Technology (MIT) license
License URI: https://opensource.org/licenses/MIT

Plausible Analytics is an easy to use, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics.
Plausible Analytics is an easy-to-use, open source, lightweight and privacy-friendly web analytics alternative to Google Analytics.

== Description ==

Plausible Analytics is an easy to use, open source, lightweight (<1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Plausible Analytics is an easy-to-use, open source, lightweight (<1 KB) and privacy-friendly web analytics alternative to Google Analytics.

Plausible Analytics doesn’t use cookies and is fully compliant with GDPR, CCPA and PECR. Made and hosted in the EU, powered by European-owned cloud infrastructure 🇪🇺.

Expand Down
4 changes: 2 additions & 2 deletions src/Admin/Settings/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function settings_page() {
<div class="flex items-center gap-x-12">
<a href="#" class="-m-1.5 p-1.5">
<img alt="Plausible logo" class="w-44 -mt-2 dark:hidden"
src="<?php echo PLAUSIBLE_ANALYTICS_PLUGIN_URL . 'assets/src/images/icon.svg'; ?>">
src="<?php echo PLAUSIBLE_ANALYTICS_PLUGIN_URL . 'assets/dist/images/icon.svg'; ?>">
</a>
<?php $this->render_navigation(); ?>
</div>
Expand Down Expand Up @@ -205,7 +205,7 @@ private function show_wizard() {
<!-- logo -->
<div class="w-full my-8 text-center">
<img alt="Plausible logo" class="w-44 -mt-2 dark:hidden"
src="<?php echo PLAUSIBLE_ANALYTICS_PLUGIN_URL . 'assets/src/images/icon.svg'; ?>">
src="<?php echo PLAUSIBLE_ANALYTICS_PLUGIN_URL . 'assets/dist/images/icon.svg'; ?>">
</div>
<?php $this->render_notices_field(); ?>
<!-- title -->
Expand Down

0 comments on commit 02c5702

Please sign in to comment.