What is the purpose of the 'innerRef' prop in the <Link> component?
The 'innerRef' prop in the <Link> component is used to get a reference to the DOM element. This can be useful when you need to interact with the DOM element directly, such as for animations or measurements.