mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix button for edit
This commit is contained in:
@@ -74,7 +74,7 @@ export default function BlogArticle({ params }: any) {
|
||||
<Link
|
||||
href={siteConfig.editBlogPage(slug)}
|
||||
target="_blank"
|
||||
className="fixed lg:bottom-10 lg:left-10 z-10"
|
||||
className="fixed bottom-5 left-5 lg:bottom-5 lg:left-10 z-10"
|
||||
>
|
||||
<Button className="w-full md:w-auto" size="sm">
|
||||
<div className="flex items-center gap-1">
|
||||
|
||||
Reference in New Issue
Block a user