diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e3060b8..c20c94d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,9 @@
# CHANGE LOG
## [Prerelease]
+
- Enable playwright tests GH action
+- Remove unused scss and img files
## [0.18.8]
diff --git a/src/components/Landing/Landing.tsx b/src/components/Landing/Landing.tsx
index e11d0b0a..4860fd3f 100644
--- a/src/components/Landing/Landing.tsx
+++ b/src/components/Landing/Landing.tsx
@@ -22,6 +22,7 @@ const LandingPage: React.FC<{ collections?: Opds2Feed }> = ({
sx={{
a: {
color: "ui.link.primary",
+ display: "inline",
},
}}
>
diff --git a/src/components/ReaderLayout/ReaderLayout.tsx b/src/components/ReaderLayout/ReaderLayout.tsx
index ec25e868..233db795 100644
--- a/src/components/ReaderLayout/ReaderLayout.tsx
+++ b/src/components/ReaderLayout/ReaderLayout.tsx
@@ -149,7 +149,7 @@ const ReaderLayout: React.FC<{
const BackButton = () => {
return (
//Apends design system classname to use Design System Link.
-
+
diff --git a/src/components/Svgs/ReaderLogoSvg.tsx b/src/components/Svgs/ReaderLogoSvg.tsx
index a0ad967b..5cebd1ee 100644
--- a/src/components/Svgs/ReaderLogoSvg.tsx
+++ b/src/components/Svgs/ReaderLogoSvg.tsx
@@ -1,6 +1,7 @@
+import { PropsOf } from "@chakra-ui/react";
import React from "react";
-const ReaderLogoSvg: React.FC = () => (
+const ReaderLogoSvg: React.FC> = () => (