bump action versions

This commit is contained in:
NilsUeter
2025-02-23 14:43:24 +01:00
parent b39e77e429
commit 2b63bf7f49
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ jobs:
path: "./dist" path: "./dist"
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v2 uses: actions/deploy-pages@v4
-1
View File
@@ -895,7 +895,6 @@ const FancyShield = ({ children, className, style }) => {
fontSize: "1.6em", fontSize: "1.6em",
fontWeight: 800, fontWeight: 800,
alignItems: "center", alignItems: "center",
justifyContent: "center",
}} }}
> >
<div style={{ marginTop: -4 }}>{children}</div> <div style={{ marginTop: -4 }}>{children}</div>