Skip to content

Commit

Permalink
Merge pull request #113 from inovector/develop
Browse files Browse the repository at this point in the history
removed unsplash doc link
  • Loading branch information
lao9s authored Aug 16, 2024
2 parents 3e585aa + 4e71cb8 commit f42c97e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/Components/ServiceForm/UnsplashServiceForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import UnsplashIcon from "@/Icons/Unsplash.vue";
import PrimaryButton from "@/Components/Button/PrimaryButton.vue";
import HorizontalGroup from "@/Components/Layout/HorizontalGroup.vue";
import Error from "@/Components/Form/Error.vue";
import ReadDocHelp from "@/Components/Util/ReadDocHelp.vue";
const props = defineProps({
form: {
Expand Down Expand Up @@ -49,7 +48,6 @@ const save = () => {
<a href="https://unsplash.com/oauth/applications" class="link" target="_blank">Create
an App on Unsplash</a>.
</p>
<ReadDocHelp :href="`${$page.props.mixpost.docs_link}/services/media//unsplash`" class="mt-xs"/>
</template>

<HorizontalGroup class="mt-lg">
Expand Down

0 comments on commit f42c97e

Please sign in to comment.