diff --git a/components/window.tsx b/components/window.tsx index a137868..97e1b87 100644 --- a/components/window.tsx +++ b/components/window.tsx @@ -1,6 +1,7 @@ import Link from "next/link"; import React from "react"; import RSSIcon from "./rss-icon"; +import ReadingProgress from "./reading-progress"; const CloseIcon = () => ( -
-
- {title} - - - -
-
-
- +
+
+
+ {title} + + +
-
- +
+
+ +
+
+ +
+ + +
- - -
+ {showProgress && }
{children}