OpenAssetIO/OpenAssetIO-MediaCreation

Typo in OpenAssetIO logo file used in the examples

mjtitchener-fn opened this issue · 2 comments

Hello,

Very minor thing but I noticed that the logo files used in the examples have a typo.

logo

examples/resources/hello_openassetio/logo.jpg
examples/resources/querying_entity_versions/logo.jpg

Thanks,
Mark

😁 Good spot. This was deliberate for usage in the "querying_entity_versions" notebook, which tells a story of having a misspelled logo that needs to be corrected by publishing a new version.

The "hello_openassetio" notebook then reused the same image, accidentally copy-pasting the deliberately-wrong one instead of the corrected one 🤦

Though looking again at the "hello_openassetio" notebook, the logo file isn't actually used anywhere, so we should just delete it from there.

It did cross my mind if this was deliberate but I'll admit I didn't look beyond the image and dig into the notebooks myself.