Aria-current="page"

Using the link element
I have 2 links, A and B.
Link to: Internal post/page and choose the page for each.

Page1 is the parent. Page2 is the child.

Say I am on the child page Page2 somesite.com/Page1/Page2/

On this page I have both link elements A and B.
A is a link to Page1.
B is a link to Page2.
Both links when rendered on Page2 are getting aria-current=“page”

Shouldn’t aria-current=“page” only apply to link B when on Page2?
But instead if applies to BOTH A and B.