File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22import { useNavigate } from "react-router-dom" ;
33import { useBlogPosts , usePrefetchBlogPost } from "../hooks/useBlog" ;
4- import type { ModelsBlogPostMeta } from "../lib/blog-api-client/src " ;
4+ import PlantPot from "./PlantPot " ;
55
66interface BlogListProps {
77 onPostSelect : ( slug : string ) => void ;
@@ -175,6 +175,8 @@ const BlogList: React.FC<BlogListProps> = ({ onPostSelect }) => {
175175 </ div >
176176 ) }
177177 </ div >
178+ < div className = "stem w-1 h-4 bg-gray-600 my-2 mx-auto opacity-60" > </ div >
179+ < PlantPot />
178180 </ div >
179181 ) ;
180182} ;
Original file line number Diff line number Diff line change 3131 position : absolute;
3232 background-repeat : repeat-x;
3333 background-size : contain;
34- width : 100 vw ;
34+ width : 101 vw ;
3535 height : 524px ;
3636 transform : rotateZ (360deg ); /* Browser trickery */
3737}
You can’t perform that action at this time.
0 commit comments