-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update api.component.html #26
Conversation
removing sparql link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may be right, but I don't remember off the top how this CSS works with losing an a-displacement
. @dustine32 , I don't suppose you remember for this deploys?
</a> | ||
</li> | ||
<li> | ||
<a href="{{ urlHandler.getAPIDoc() }}" target="blank" class="a-displacement"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@suzialeksander I'm wondering if you meant to delete this line:
<a href="{{ urlHandler.getAPIDoc() }}" target="blank" class="a-displacement">
I assume it would break the API endpoint link here:
Is this intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, not intended. thanks for catching that
@dustine32 I think I added that line back in. Please merge if OK, and run anything else needed to change this whenever |
@kltm @suzialeksander Thanks! Gonna merge and deploy now. |
@suzialeksander Your change is now deployed |
removing sparql link/icon