Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
removed the ee url from the link component (#10967)
Browse files Browse the repository at this point in the history
  • Loading branch information
MbfloydIR authored Aug 16, 2024
1 parent 2b3a57d commit a98fd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/src/scene/components/LinkComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const LinkComponent = defineComponent({

onInit: (entity) => {
return {
url: 'https://www.etherealengine.org',
url: '',
sceneNav: false,
location: ''
}
Expand Down

0 comments on commit a98fd43

Please sign in to comment.