added bottom watermark

added powered by mv devs union
This commit is contained in:
fISHIE
2026-01-21 13:07:22 +05:00
parent daf5629d23
commit 1f3d3f13e1

View File

@@ -50,6 +50,9 @@ function App() {
<div className="max-w-4xl mx-auto bg-card rounded-lg shadow-lg p-10">
<ErrorState message="No petition ID found in URL. Please provide a valid petition URL." />
</div>
<footer className="text-center text-slate-500 text-sm mt-6 pb-4">
Powered by Mv Devs Union
</footer>
</div>
);
}
@@ -98,6 +101,10 @@ function App() {
</>
)}
</div>
<footer className="text-center text-slate-500 text-sm mt-6 pb-4">
Powered by Mv Devs Union
</footer>
</div>
);
}