Browse Source

fix: move changelog footer outside content div to fix padding (#10712)

Ryan Vogel 2 tháng trước cách đây
mục cha
commit
5856ea4e75
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      packages/console/app/src/routes/changelog/index.tsx

+ 2 - 2
packages/console/app/src/routes/changelog/index.tsx

@@ -187,9 +187,9 @@ export default function Changelog() {
               }}
             </For>
           </section>
-
-          <Footer />
         </div>
+
+        <Footer />
       </div>
 
       <Legal />