mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-08-01 04:04:49 +00:00
added bottom watermark
added powered by mv devs union
This commit is contained in:
@@ -50,6 +50,9 @@ function App() {
|
|||||||
<div className="max-w-4xl mx-auto bg-card rounded-lg shadow-lg p-10">
|
<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." />
|
<ErrorState message="No petition ID found in URL. Please provide a valid petition URL." />
|
||||||
</div>
|
</div>
|
||||||
|
<footer className="text-center text-slate-500 text-sm mt-6 pb-4">
|
||||||
|
Powered by Mv Devs Union
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -98,6 +101,10 @@ function App() {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer className="text-center text-slate-500 text-sm mt-6 pb-4">
|
||||||
|
Powered by Mv Devs Union
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user