<?php
/**
 * ReadyLaunch - The template for More options view.
 *
 * This template handles the display of additional options in dropdown menus
 * providing users with extra actions and settings.
 *
 * @package BuddyBoss\Template
 * @subpackage BP_Nouveau\ReadyLaunch
 * @since BuddyBoss 2.9.00
 * @version 1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

?>
<div class="bb_rl_more_dropdown__title">
	<span class="bb_rl_more_dropdown__title__text"><?php esc_html_e( 'Options', 'buddyboss' ); ?></span>
	<span class="bb_rl_more_dropdown__close_button" role="button"><i class="bb-icons-rl-x"></i></span>
</div>
