We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2132685 commit 32498bbCopy full SHA for 32498bb
src/Components/Certificates/Certificates.tsx
@@ -8,7 +8,7 @@ interface IProps {
8
export const Certificates: React.FC<IProps> = () => {
9
return (
10
<section className="tile tile-certificates">
11
- <h3 className="tile-certificates-title">Certificates</h3>
+ <h3 className="tile-certificates-title">My AWS Certificates</h3>
12
<a href='https://www.credly.com/users/gsaini/badges' target="_blank" rel='noreferrer'>
13
<img src={credlyDashboard} width="100%" alt='My Certificates'/>
14
</a>
0 commit comments