Skip to content

Commit f42c97e

Browse files
authored
Merge pull request #113 from inovector/develop
removed unsplash doc link
2 parents 3e585aa + 4e71cb8 commit f42c97e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/js/Components/ServiceForm/UnsplashServiceForm.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import UnsplashIcon from "@/Icons/Unsplash.vue";
88
import PrimaryButton from "@/Components/Button/PrimaryButton.vue";
99
import HorizontalGroup from "@/Components/Layout/HorizontalGroup.vue";
1010
import Error from "@/Components/Form/Error.vue";
11-
import ReadDocHelp from "@/Components/Util/ReadDocHelp.vue";
1211
1312
const props = defineProps({
1413
form: {
@@ -49,7 +48,6 @@ const save = () => {
4948
<a href="https://unsplash.com/oauth/applications" class="link" target="_blank">Create
5049
an App on Unsplash</a>.
5150
</p>
52-
<ReadDocHelp :href="`${$page.props.mixpost.docs_link}/services/media//unsplash`" class="mt-xs"/>
5351
</template>
5452

5553
<HorizontalGroup class="mt-lg">

0 commit comments

Comments
 (0)