Skip to content
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

Tweaked Wording #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<Modal :show="show" @close="$emit('close')">
<template v-slot:header>Share this example </template>
<p>
You can paste this URL into github issues to order to share your setup when filing bugs or questions
You can paste this URL into GitHub Issues to share your setup when filing bugs or questions
</p>
<hr />
<input ref="urlInput" type="text" :value="urlForSharing" class="url-for-sharing" onfocus="this.select()" />
<button @click="copyToClipboard">Copy to clipboard</button>
<button @click="copyToClipboard">Copy to Clipboard</button>
<div class="share">
<button @click="reportSecurityIssue">Report a security issue</button>
<button @click="askQuestion">Ask question at github</button>
<button @click="fileBug">File bug at github</button>
<button @click="reportSecurityIssue">Report a Security Issue</button>
<button @click="askQuestion">Ask a Question on GitHub</button>
<button @click="fileBug">File a Bug on GitHub</button>
</div>
<div v-show="successNotification" class="success-notification">{{ successNotification }}</div>
</Modal>
Expand Down