dillingham / nova-button

Add buttons on Nova index, detail and lens views.
MIT License
265 stars 33 forks source link

Error on Safari #65

Open inodesrl opened 4 years ago

inodesrl commented 4 years ago

Hello, buttons with external links don't seem to work on safari.

this is my example: Button::make('Guardalo') ->link('https://www.google.com', '_blank') ->style('info'),

thanks,Marco,