Skip to content

Commit 32498bb

Browse files
committed
certification title changes.
1 parent 2132685 commit 32498bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Certificates/Certificates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface IProps {
88
export const Certificates: React.FC<IProps> = () => {
99
return (
1010
<section className="tile tile-certificates">
11-
<h3 className="tile-certificates-title">Certificates</h3>
11+
<h3 className="tile-certificates-title">My AWS Certificates</h3>
1212
<a href='https://www.credly.com/users/gsaini/badges' target="_blank" rel='noreferrer'>
1313
<img src={credlyDashboard} width="100%" alt='My Certificates'/>
1414
</a>

0 commit comments

Comments
 (0)