Skip to content

Commit

Permalink
🔥 remove creative minting
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Apr 12, 2023
1 parent ca014b9 commit e9b3713
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 362 deletions.
16 changes: 0 additions & 16 deletions components/navbar/CreateDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@
</nuxt-link>
</b-tooltip>
</b-dropdown-item>
<b-dropdown-item has-link>
<b-tooltip
position="is-left"
:label="$t('createDropdown.aiPowered')"
class="navbar-item-tooltip">
<nuxt-link data-cy="creative" :to="`/${urlPrefix}/creative`">
{{ $t('creative') }}
</nuxt-link>
</b-tooltip>
</b-dropdown-item>
</template>
<b-dropdown-item v-if="redesign" has-link>
<b-tooltip
Expand Down Expand Up @@ -83,12 +73,6 @@
tag="nuxt-link">
{{ $t('simple') }}
</b-navbar-item>
<b-navbar-item
data-cy="creative"
:to="`/${urlPrefix}/creative`"
tag="nuxt-link">
{{ $t('creative') }}
</b-navbar-item>
</template>
<b-navbar-item
v-if="redesign"
Expand Down
310 changes: 0 additions & 310 deletions components/rmrk/Create/CreativeMint.vue

This file was deleted.

33 changes: 0 additions & 33 deletions pages/rmrk/creative.vue

This file was deleted.

3 changes: 0 additions & 3 deletions tests/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Cypress.Commands.add('rmrkNavbar', () => {
cy.get('[data-cy="simple"]')
.should('have.attr', 'href')
.and('include', '/rmrk/mint')
cy.get('[data-cy="creative"]')
.should('have.attr', 'href')
.and('include', '/rmrk/creative')
cy.get('[data-cy="explore"]').should('be.visible')
cy.get('[data-cy="stats"]').should('be.visible')
cy.get('[data-cy="spotlight"]')
Expand Down

0 comments on commit e9b3713

Please sign in to comment.