Join us for the last Friday Conversation of the semester as we hear from Diana Pae on how to live faithfully in corporate careers; particularly, as she reflects on her work in Finance. Pizza to follow!
// This script will enable Tippy.js on content block labels for Development Notes (in Page Content > [content block] > Settings.
// If you wish to use Tippy elsewhere instantiate it again or modify the following.
// In this case, if elements with both "tippy" and "content_block_label" classes have a title attribute they will receive a tooltip.
tippy('.content_block_label.tippy', {
position: 'left',
animation: 'scale',
duration: 100,
arrow: true
});